|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdioscuri.module.fdc.Floppy
public class Floppy
| Field Summary | |
|---|---|
protected byte[] |
bytes
|
protected byte |
type
|
| Constructor Summary | |
|---|---|
Floppy()
Class Constructor |
|
Floppy(byte type,
java.io.File imageFile)
Constructor Floppy |
|
| Method Summary | |
|---|---|
protected int |
getSize()
Get the size of floppy in bytes |
protected void |
storeImageToFile()
Store image to file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected byte type
protected byte[] bytes
| Constructor Detail |
|---|
public Floppy()
public Floppy(byte type,
java.io.File imageFile)
throws java.io.IOException
type - imageFile -
java.io.IOException - if file cannot be read (or does not exist)| Method Detail |
|---|
protected int getSize()
protected void storeImageToFile()
throws java.io.IOException
java.io.IOException - if file cannot be written (or does not exist)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||