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.WritableByteChanneljava.io.IOExceptionpublic boolean isOpen()
isOpen in interface java.nio.channels.Channelpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in interface java.nio.channels.Channeljava.io.IOException