Package org.teavm.classlib.java.io
Class TDataInputStream
java.lang.Object
org.teavm.classlib.java.lang.TObject
org.teavm.classlib.java.io.TInputStream
org.teavm.classlib.java.io.TFilterInputStream
org.teavm.classlib.java.io.TDataInputStream
- All Implemented Interfaces:
TCloseable
,TDataInput
,TAutoCloseable
-
Field Summary
Fields inherited from class org.teavm.classlib.java.io.TFilterInputStream
in
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
read(byte[] buffer)
int
read(byte[] buffer, int offset, int length)
boolean
byte
readByte()
char
readChar()
double
float
void
readFully(byte[] buffer)
void
readFully(byte[] buffer, int offset, int length)
int
readInt()
readLine()
Deprecated.long
readLong()
short
int
int
readUTF()
static String
readUTF(TDataInput in)
int
skipBytes(int count)
Methods inherited from class org.teavm.classlib.java.io.TFilterInputStream
available, close, mark, markSupported, read, reset, skip
-
Constructor Details
-
TDataInputStream
-
-
Method Details
-
read
- Overrides:
read
in classTFilterInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classTFilterInputStream
- Throws:
IOException
-
readBoolean
- Specified by:
readBoolean
in interfaceTDataInput
- Throws:
IOException
-
readByte
- Specified by:
readByte
in interfaceTDataInput
- Throws:
IOException
-
readChar
- Specified by:
readChar
in interfaceTDataInput
- Throws:
IOException
-
readDouble
- Specified by:
readDouble
in interfaceTDataInput
- Throws:
IOException
-
readFloat
- Specified by:
readFloat
in interfaceTDataInput
- Throws:
IOException
-
readFully
- Specified by:
readFully
in interfaceTDataInput
- Throws:
IOException
-
readFully
- Specified by:
readFully
in interfaceTDataInput
- Throws:
IOException
-
readInt
- Specified by:
readInt
in interfaceTDataInput
- Throws:
IOException
-
readLine
Deprecated.- Specified by:
readLine
in interfaceTDataInput
- Throws:
IOException
-
readLong
- Specified by:
readLong
in interfaceTDataInput
- Throws:
IOException
-
readShort
- Specified by:
readShort
in interfaceTDataInput
- Throws:
IOException
-
readUnsignedByte
- Specified by:
readUnsignedByte
in interfaceTDataInput
- Throws:
IOException
-
readUnsignedShort
- Specified by:
readUnsignedShort
in interfaceTDataInput
- Throws:
IOException
-
readUTF
- Specified by:
readUTF
in interfaceTDataInput
- Throws:
IOException
-
readUTF
- Throws:
IOException
-
skipBytes
- Specified by:
skipBytes
in interfaceTDataInput
- Throws:
IOException
-