public class JavaObjectOutput extends NativeJavaObjectOutput
| Constructor and Description |
|---|
JavaObjectOutput(OutputStream os) |
JavaObjectOutput(OutputStream os,
boolean compact) |
| Modifier and Type | Method and Description |
|---|---|
void |
flushBuffer() |
void |
writeObject(Object obj) |
void |
writeUTF(String v) |
writeBool, writeByte, writeBytes, writeBytes, writeDouble, writeFloat, writeInt, writeLong, writeShortequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteAttachments, writeEvent, writeThrowablepublic JavaObjectOutput(OutputStream os) throws IOException
IOExceptionpublic JavaObjectOutput(OutputStream os, boolean compact) throws IOException
IOExceptionpublic void writeUTF(String v) throws IOException
writeUTF in interface DataOutputwriteUTF in class NativeJavaObjectOutputIOExceptionpublic void writeObject(Object obj) throws IOException
writeObject in interface ObjectOutputwriteObject in class NativeJavaObjectOutputIOExceptionpublic void flushBuffer()
throws IOException
flushBuffer in interface DataOutputflushBuffer in class NativeJavaObjectOutputIOExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.