FileSplit
A file that may be split into multiple smaller files.
| Methods |
| void |
force(boolean metaData)
|
| void |
force(boolean metaData) throws IOException
|
| void |
implCloseChannel()
|
| void |
implCloseChannel() throws IOException
|
| long |
position()
|
| long |
position()
|
| FileChannel |
position(long pos)
|
| FileChannel |
position(long pos)
|
| int |
read(ByteBuffer dst, long position)
|
| int |
read(ByteBuffer dst, long position) throws IOException
|
| int |
read(ByteBuffer dst)
|
| int |
read(ByteBuffer dst) throws IOException
|
| long |
size()
|
| long |
size()
|
| String |
toString()
|
| String |
toString()
|
| FileChannel |
truncate(long newLength)
|
| FileChannel |
truncate(long newLength) throws IOException
|
| FileLock |
tryLock(long position, long size, boolean shared)
|
| FileLock |
tryLock(long position, long size, boolean shared) throws IOException
|
| int |
write(ByteBuffer src, long position)
|
| int |
write(ByteBuffer src, long position) throws IOException
|
| int |
write(ByteBuffer src)
|
| int |
write(ByteBuffer src) throws IOException
|
|