public class NIB extends G64
DIR_TRACK_1541, EXT_TRACKS_1541, extendImageListener, fd, fileName, gcr, MAX_OVERALL_SECTORS, MAX_TRACKS_1541, MIN_TRACKS_1541, RAW_TRACK_SIZE, readOnly, SPEED_MAP_1541, tracks, trackSize| Constructor and Description |
|---|
NIB(GCR gcr,
String fileName,
RandomAccessFile fd,
boolean readOnly)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
attach()
Read image in G64 format and fill this GCR data and speed zone data.
|
void |
gcrDataWriteback(int track)
Write GCR data back to image.
|
attach, detach, getDiskSector, isReadOnly, save, setExtendImagePolicypublic NIB(GCR gcr, String fileName, RandomAccessFile fd, boolean readOnly)
gcr - GCR supportfileName - disk image file namefd - file handle of the disk imagereadOnly - mount read-only?protected void attach()
throws IOException
attach in class G64IOException - disk image file could not be attachedpublic void gcrDataWriteback(int track)
throws IOException
G64gcrDataWriteback in class G64track - dirty trackIOException - error writing data to imageCopyright © 2018 Ken Händel. All rights reserved.