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