public class ByteBufferOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
ByteBufferOutputStream(java.nio.ByteBuffer bb) |
| Modifier and Type | Method and Description |
|---|---|
static void |
record2ByteBuffer(org.apache.jute.Record record,
java.nio.ByteBuffer bb) |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic static void record2ByteBuffer(org.apache.jute.Record record,
java.nio.ByteBuffer bb)
throws java.io.IOException
java.io.IOExceptionCopyright © 2016 The Apache Software Foundation