프로퍼티 | 타입 | 설명 | |
---|---|---|---|
buf | byte[] | ||
buf1 | byte[] | ||
closed | bool | ||
compress | bool | ||
flushLevel | int | ||
input | Stream | ||
z |
메소드 | 설명 | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
Read ( byte b, int off, int len ) : int | ||
ReadByte ( ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void | ||
ZInputStream ( Stream input ) : System | ||
ZInputStream ( Stream input, |
||
ZInputStream ( Stream input, bool nowrap ) : System | ||
ZInputStream ( Stream input, int level ) : System | ||
ZInputStream ( Stream input, int level, bool nowrap ) : System |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
GetDefaultZStream ( bool nowrap ) : |
public final Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
리턴 | long |
public final Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | void |
public ZInputStream ( Stream input, |
||
input | Stream | |
z | ||
리턴 | System |
public ZInputStream ( Stream input, bool nowrap ) : System | ||
input | Stream | |
nowrap | bool | |
리턴 | System |
public ZInputStream ( Stream input, int level ) : System | ||
input | Stream | |
level | int | |
리턴 | System |
public ZInputStream ( Stream input, int level, bool nowrap ) : System | ||
input | Stream | |
level | int | |
nowrap | bool | |
리턴 | System |