xlang
v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
GZipInputStream.x
浏览该文件的文档.
1
5
class
GZipInputStream
:
Stream
{
6
7
// 静态常量定义,用于指定文件指针的移动位置
8
public
static
const
int
SeekBegin
;
// 文件开头
9
public
static
const
int
SeekCurrent
;
// 当前位置
10
public
static
const
int
SeekEnd
;
// 文件末尾
11
public
int
read
(
byte
[],
int
,
int
)
12
throws
IndexOutOfBoundsException
,
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
13
public
int
write
(
byte
[],
int
,
int
)
14
throws
IndexOutOfBoundsException
,
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
15
public
long
seek
(
int
,
long
)
16
throws
IndexOutOfBoundsException
,
IllegalArgumentException
,
IOException
;
17
public
long
getPosition
()
18
throws
IllegalArgumentException
,
IOException
;
19
public
long
length
()
20
throws
IllegalArgumentException
,
IOException
;
21
public
long
available
(
bool
)
22
throws
IllegalArgumentException
,
InterruptedException
,
IOException
;
23
public
void
flush
()
24
throws
IOException
;
25
public
void
close
()
26
throws
IllegalArgumentException
;
27
public final
void
writeChar
(
char
)
28
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
29
public final
void
writeShort
(
short
)
30
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
31
public final
void
writeInt
(
int
)
32
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
33
public final
void
writeLong
(
long
)
34
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
35
public final
void
writeFloat
(
float
)
36
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
37
public final
void
writeDouble
(
double
)
38
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
39
public final
void
writeBool
(
bool
)
40
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
41
public final
void
writeString
(
String
)
42
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
43
public final
byte
read
()
44
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
45
public final
char
readChar
()
46
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
47
public final
short
readShort
()
48
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
49
public final
int
readInt
()
50
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
51
public final
long
readLong
()
52
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
53
public final
float
readFloat
()
54
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
55
public final
double
readDouble
()
56
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
57
public final
bool
readBool
()
58
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
59
public final @NotNilptr
String
readString
()
60
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
61
public final
void
write
(
byte
)
62
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
63
public final
void
writeCharLE
(
char
)
64
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
65
public final
void
writeShortLE
(
short
)
66
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
67
public final
void
writeIntLE
(
int
)
68
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
69
public final
void
writeLongLE
(
long
)
70
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
71
public final
void
writeFloatLE
(
float
)
72
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
73
public final
void
writeDoubleLE
(
double
)
74
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
75
public final
void
writeBoolLE
(
bool
)
76
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
77
public final
void
writeStringLE
(
String
)
78
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
79
public final
char
readCharLE
()
80
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
81
public final
short
readShortLE
()
82
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
83
public final
int
readIntLE
()
84
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
85
public final
long
readLongLE
()
86
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
87
public final
float
readFloatLE
()
88
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
89
public final
double
readDoubleLE
()
90
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
91
public final
bool
readBoolLE
()
92
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
93
public final @NotNilptr
String
readStringLE
()
94
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
95
public final @NotNilptr
byte
[]
readAllBytes
()
96
throws
IllegalArgumentException
,
InterruptedException
,
IOException
,
TimeoutException
;
97
public
GZipInputStream
(
byte
[],
int
,
int
)
98
throws
IllegalArgumentException
;
99
public
GZipInputStream
(
Stream
);
100
public
void
finalize
();
101
};
GZipInputStream
Definition
GZipInputStream.x:5
GZipInputStream.writeShortLE
final void writeShortLE(short)
GZipInputStream.readLongLE
final long readLongLE()
GZipInputStream.writeChar
final void writeChar(char)
GZipInputStream.length
long length()
GZipInputStream.available
long available(bool)
GZipInputStream.writeString
final void writeString(String)
GZipInputStream.readInt
final int readInt()
GZipInputStream.readShortLE
final short readShortLE()
GZipInputStream.writeLongLE
final void writeLongLE(long)
GZipInputStream.writeInt
final void writeInt(int)
GZipInputStream.finalize
void finalize()
GZipInputStream.readShort
final short readShort()
GZipInputStream.writeFloatLE
final void writeFloatLE(float)
GZipInputStream.SeekBegin
static const int SeekBegin
Definition
GZipInputStream.x:8
GZipInputStream.readBoolLE
final bool readBoolLE()
GZipInputStream.writeBool
final void writeBool(bool)
GZipInputStream.writeShort
final void writeShort(short)
GZipInputStream.close
void close()
GZipInputStream.readDoubleLE
final double readDoubleLE()
GZipInputStream.writeLong
final void writeLong(long)
GZipInputStream.write
int write(byte[], int, int)
GZipInputStream.writeStringLE
final void writeStringLE(String)
GZipInputStream.SeekCurrent
static const int SeekCurrent
Definition
GZipInputStream.x:9
GZipInputStream.readIntLE
final int readIntLE()
GZipInputStream.readBool
final bool readBool()
GZipInputStream.readAllBytes
final byte [] readAllBytes()
GZipInputStream.readChar
final char readChar()
GZipInputStream.readString
final String readString()
GZipInputStream.readCharLE
final char readCharLE()
GZipInputStream.writeFloat
final void writeFloat(float)
GZipInputStream.readFloat
final float readFloat()
GZipInputStream.readLong
final long readLong()
GZipInputStream.read
int read(byte[], int, int)
GZipInputStream.writeDoubleLE
final void writeDoubleLE(double)
GZipInputStream.writeIntLE
final void writeIntLE(int)
GZipInputStream.SeekEnd
static const int SeekEnd
Definition
GZipInputStream.x:10
GZipInputStream.getPosition
long getPosition()
GZipInputStream.flush
void flush()
GZipInputStream.readDouble
final double readDouble()
GZipInputStream.writeBoolLE
final void writeBoolLE(bool)
GZipInputStream.readFloatLE
final float readFloatLE()
GZipInputStream.seek
long seek(int, long)
GZipInputStream.readStringLE
final String readStringLE()
GZipInputStream.writeDouble
final void writeDouble(double)
GZipInputStream.read
final byte read()
GZipInputStream.writeCharLE
final void writeCharLE(char)
IOException
Definition
IOException.x:5
IllegalArgumentException
Definition
IllegalArgumentException.x:5
IndexOutOfBoundsException
Definition
IndexOutOfBoundsException.x:5
InterruptedException
Definition
InterruptedException.x:5
Stream
Definition
Stream.x:6
String
Definition
String.x:5
TimeoutException
Definition
TimeoutException.x:5
std
GZipInputStream.x
制作者
1.9.8