|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataInput | |
---|---|
java.io | Input/Output support |
org.apache.bcel.util | This package contains utility classes for the Byte Code Engineering Library, namely: |
Uses of DataInput in java.io |
---|
Classes in java.io that implement DataInput | |
---|---|
class |
DataInputStream
Reads java data types transmitted as bytes over an InputStream. |
Methods in java.io with parameters of type DataInput | |
---|---|
static String |
DataInputStream.readUTF(DataInput in)
|
Uses of DataInput in org.apache.bcel.util |
---|
Classes in org.apache.bcel.util that implement DataInput | |
---|---|
class |
ByteSequence
Utility class that implements a sequence of bytes which can be read via the `readByte()' method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |