Class DiskDataStorage.FileStorage
java.lang.Object
org.apfloat.internal.DiskDataStorage.FileStorage
- All Implemented Interfaces:
Serializable
- Enclosing class:
DiskDataStorage
- Version:
- 1.14.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Fileprivate FileChannelprivate Stringprivate RandomAccessFileprivate static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()private voidinit()private voidvoidsetSize(long size) voidtransferFrom(ReadableByteChannel in, long position, long size) voidtransferTo(WritableByteChannel out, long position, long size) private void
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
filename
-
file
-
randomAccessFile
-
fileChannel
-
-
Constructor Details
-
FileStorage
- Throws:
ApfloatRuntimeException
-
-
Method Details
-
init
- Throws:
ApfloatRuntimeException
-
setSize
- Throws:
IOExceptionApfloatRuntimeException
-
transferFrom
public void transferFrom(ReadableByteChannel in, long position, long size) throws ApfloatRuntimeException - Throws:
ApfloatRuntimeException
-
transferTo
public void transferTo(WritableByteChannel out, long position, long size) throws ApfloatRuntimeException - Throws:
ApfloatRuntimeException
-
getFile
-
getRandomAccessFile
-
getFileChannel
-
writeObject
- Throws:
IOException
-
readObject
- Throws:
IOExceptionClassNotFoundException
-