com.sentilla.io
Interface DataInputStream

All Superinterfaces:
DataInput, Input, InputStream
All Known Subinterfaces:
ObjectInputStream
All Known Implementing Classes:
ByteBuffer

public interface DataInputStream
extends DataInput, InputStream

Encapsulates a stream that may be read using DataInput.


Method Summary
 
Methods inherited from interface com.sentilla.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readInt, readLong, readShort, readUnsignedByte, readUTF
 
Methods inherited from interface com.sentilla.io.Input
close, read, read, read, skip
 
Methods inherited from interface com.sentilla.io.InputStream
available
 
Methods inherited from interface com.sentilla.io.Input
close, read, read, read, skip
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.