Interface TSeekableByteChannel
- All Superinterfaces:
TAutoCloseable
,TByteChannel
,TChannel
,TCloseable
,TReadableByteChannel
,TWritableByteChannel
-
Method Summary
Methods inherited from interface org.teavm.classlib.java.nio.channels.TReadableByteChannel
read
Methods inherited from interface org.teavm.classlib.java.nio.channels.TWritableByteChannel
write
-
Method Details
-
position
long position() -
position
- Throws:
IOException
-
size
- Throws:
IOException
-
truncate
- Throws:
IOException
-