prompt$ java com.profcon.javatools.MethodByClass java.io.DataInputStream
Object
InputStream.io.java abstract
FilterInputStream.io.java
DataInput.io.java interface
DataInputStream.io.java
+ + available int()
+ + close void()
+ + mark void(int)
+ + markSupported boolean()
+ + + read int(byte[])
+ + + read int(byte[],int,int)
- + read int()
- + readBoolean boolean()
- + readByte byte()
- + readChar char()
- + readDouble double()
- + readFloat float()
- + readFully void(byte[],int,int)
- + readFully void(byte[])
- + readInt int()
- + readLine String()
- + readLong long()
- + readShort short()
- + readUTF String()
+ readUTF String(DataInput) static
- + readUnsignedByte int()
- + readUnsignedShort int()
+ + reset void()
+ + skip long(long)
- + skipBytes int(int)
1.4.0-beta
Copyright (c) 2001 .Profile Consulting, Inc. All rights reserved.