public class InMemRandomAccessSourceImpl extends Object implements RandomAccessSource
| Constructor and Description |
|---|
InMemRandomAccessSourceImpl(byte[] b) |
InMemRandomAccessSourceImpl(ByteBuffer buffer) |
public InMemRandomAccessSourceImpl(ByteBuffer buffer)
public InMemRandomAccessSourceImpl(byte[] b)
public ByteBuffer get(long offset, long size) throws IOException
get in interface RandomAccessSourceIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2019. All rights reserved.