com.sentilla.io
Interface DataOutputStream

All Superinterfaces:
DataOutput, Output, OutputStream
All Known Subinterfaces:
ObjectOutputStream
All Known Implementing Classes:
ByteBuffer

public interface DataOutputStream
extends DataOutput, OutputStream

Encapsulates a stream that may be written to using DataOutput.


Method Summary
 
Methods inherited from interface com.sentilla.io.DataOutput
writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 
Methods inherited from interface com.sentilla.io.Output
close, flush, write, write, write
 
Methods inherited from interface com.sentilla.io.Output
close, flush, write, write, write
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.