public class ReadableGridFileChannel extends Object implements ReadableByteChannel
public int read(ByteBuffer dst) throws IOException
read in interface ReadableByteChannelIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface ChannelIOExceptionpublic long position()
throws IOException
IOExceptionpublic void position(long newPosition)
throws IOException
IOExceptionpublic long size()
throws IOException
IOExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.