|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BT747RAFile
Defines the interface for a Random Access File. It only adds 'setPos' to the interface, but this feature has a big impact on the fact that the file can be buffered easily or not on J2SE platforms.
| Method Summary | |
|---|---|
boolean |
setPos(int pos)
Set the file position. |
| Methods inherited from interface bt747.sys.interfaces.BT747File |
|---|
close, createDir, delete, exists, getLastError, getModificationTime, getPath, getSize, isOpen |
| Methods inherited from interface bt747.sys.interfaces.BT747InputStream |
|---|
readBytes |
| Methods inherited from interface bt747.sys.interfaces.BT747OutputStream |
|---|
writeBytes |
| Method Detail |
|---|
boolean setPos(int pos)
pos -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||