org.eclipse.net4j.util.io
Interface ExtendedDataOutput

All Superinterfaces:
java.io.DataOutput
All Known Implementing Classes:
DataOutputExtender, ExtendedDataOutputStream

public interface ExtendedDataOutput
extends java.io.DataOutput


Method Summary
 void writeByteArray(byte[] b)
           
 void writeObject(java.lang.Object object)
           
 void writeString(java.lang.String str)
           
 
Methods inherited from interface java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 

Method Detail

writeByteArray

void writeByteArray(byte[] b)
                    throws java.io.IOException
Throws:
java.io.IOException

writeObject

void writeObject(java.lang.Object object)
                 throws java.io.IOException
Throws:
java.io.IOException

writeString

void writeString(java.lang.String str)
                 throws java.io.IOException
Throws:
java.io.IOException

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.