toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.compress.gzip
/
GzipLaxInputStream
Gzip
Lax
Input
Stream
class
GzipLaxInputStream
(
input
:
InputStream
)
:
InputStream
Members
Members & Extensions
Constructors
Gzip
Lax
Input
Stream
Link copied to clipboard
constructor
(
input
:
InputStream
)
Functions
available
Link copied to clipboard
open
fun
available
(
)
:
Int
close
Link copied to clipboard
open
override
fun
close
(
)
content
Equals
Link copied to clipboard
fun
InputStream
.
contentEquals
(
other
:
InputStream
)
:
Boolean
mark
Link copied to clipboard
open
fun
mark
(
p0
:
Int
)
mark
Supported
Link copied to clipboard
open
fun
markSupported
(
)
:
Boolean
read
Link copied to clipboard
open
fun
read
(
p0
:
ByteArray
)
:
Int
open
override
fun
read
(
)
:
Int
open
override
fun
read
(
b
:
ByteArray
,
off
:
Int
,
len
:
Int
)
:
Int
read
All
Bytes
Link copied to clipboard
open
fun
readAllBytes
(
)
:
ByteArray
read
NBytes
Link copied to clipboard
open
fun
readNBytes
(
p0
:
Int
)
:
ByteArray
open
fun
readNBytes
(
p0
:
ByteArray
,
p1
:
Int
,
p2
:
Int
)
:
Int
reset
Link copied to clipboard
open
fun
reset
(
)
skip
Link copied to clipboard
open
fun
skip
(
p0
:
Long
)
:
Long
transfer
To
Link copied to clipboard
open
fun
transferTo
(
p0
:
OutputStream
)
:
Long