Package com.sshtools.common.files
Class RandomAccessImpl
java.lang.Object
com.sshtools.common.files.RandomAccessImpl
- All Implemented Interfaces:
AbstractFileRandomAccess,Closeable,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
raf
-
f
-
-
Constructor Details
-
RandomAccessImpl
- Throws:
IOException
-
-
Method Details
-
write
- Throws:
IOException
-
write
- Specified by:
writein interfaceAbstractFileRandomAccess- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
seek
- Specified by:
seekin interfaceAbstractFileRandomAccess- Throws:
IOException
-
read
- Specified by:
readin interfaceAbstractFileRandomAccess- Throws:
IOException
-
setLength
- Specified by:
setLengthin interfaceAbstractFileRandomAccess- Throws:
IOException
-
getFilePointer
- Specified by:
getFilePointerin interfaceAbstractFileRandomAccess- Throws:
IOException
-
read
- Specified by:
readin interfaceAbstractFileRandomAccess- Throws:
IOException
-