public abstract class PseudoFileInputChannel extends Object implements Closeable
Constructor and Description |
---|
PseudoFileInputChannel() |
Modifier and Type | Method and Description |
---|---|
abstract int |
read(ByteBuffer dst) |
abstract long |
size() |
long |
transferTo(long position,
long count,
PseudoFileOutputChannel target) |
public PseudoFileInputChannel()
public abstract long size() throws IOException
IOException
public abstract int read(ByteBuffer dst) throws IOException
IOException
public long transferTo(long position, long count, PseudoFileOutputChannel target) throws IOException
IOException
Copyright © 2012-2013. All Rights Reserved.