Package com.facebook.soloader
Interface ElfByteChannel
- All Superinterfaces:
AutoCloseable,ByteChannel,Channel,Closeable,ReadableByteChannel,WritableByteChannel
- All Known Implementing Classes:
ElfFileChannel,ElfZipFileChannel
-
Method Summary
Modifier and TypeMethodDescriptionlongposition()position(long newPosition) intread(ByteBuffer dst) intread(ByteBuffer dst, long position) longsize()truncate(long size) intwrite(ByteBuffer src)
-
Method Details
-
position
- Throws:
IOException
-
position
- Throws:
IOException
-
read
- Specified by:
readin interfaceReadableByteChannel- Throws:
IOException
-
read
- Throws:
IOException
-
size
- Throws:
IOException
-
truncate
- Throws:
IOException
-
write
- Specified by:
writein interfaceWritableByteChannel- Throws:
IOException
-