public interface ExtendedObjectOutput extends ObjectOutput
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias(String className) |
void |
getAndWriteProperty(Object obj,
Property property) |
Reflection |
getReflection()
Return the
Reflection registered in the global JMF SharedContext. |
void |
write(byte[] b)
Deprecated.
|
void |
write(byte[] b,
int off,
int len)
Deprecated.
|
void |
write(int b)
Deprecated.
|
void |
writeBytes(String s)
Deprecated.
|
void |
writeChars(String s)
Deprecated.
|
close, flush, writeObjectwriteBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFReflection getReflection()
Reflection registered in the global JMF SharedContext.void getAndWriteProperty(Object obj, Property property) throws IOException, IllegalAccessException, InvocationTargetException
@Deprecated void write(int b) throws IOException
write in interface DataOutputwrite in interface ObjectOutputIOException@Deprecated void write(byte[] b) throws IOException
write in interface DataOutputwrite in interface ObjectOutputIOException@Deprecated void write(byte[] b, int off, int len) throws IOException
write in interface DataOutputwrite in interface ObjectOutputIOException@Deprecated void writeBytes(String s) throws IOException
writeBytes in interface DataOutputIOException@Deprecated void writeChars(String s) throws IOException
writeChars in interface DataOutputIOException