public interface SeekableByteChannel extends ByteChannel
| Modifier and Type | Method and Description |
|---|---|
long |
position() |
SeekableByteChannel |
position(long newPosition) |
long |
size() |
SeekableByteChannel |
truncate(long size) |
readwritelong position()
throws IOException
IOExceptionSeekableByteChannel position(long newPosition) throws IOException
IOExceptionlong size() throws IOException
IOExceptionSeekableByteChannel truncate(long size) throws IOException
IOExceptionCopyright © 2012–2021 JBoss by Red Hat. All rights reserved.