public class Twister2ArrowOutputStream
extends java.lang.Object
implements java.nio.channels.WritableByteChannel, java.io.Serializable
Constructor and Description |
---|
Twister2ArrowOutputStream(FSDataOutputStream fileoutputStream) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
isOpen() |
int |
write(java.nio.ByteBuffer byteBuffer) |
public Twister2ArrowOutputStream(FSDataOutputStream fileoutputStream)
public int write(java.nio.ByteBuffer byteBuffer) throws java.io.IOException
write
in interface java.nio.channels.WritableByteChannel
java.io.IOException
public boolean isOpen()
isOpen
in interface java.nio.channels.Channel
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in interface java.nio.channels.Channel
java.io.IOException