Package org.jruby.util.io
Class RubyInputStream
java.lang.Object
org.jruby.util.io.RubyInputStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
close()
int
read()
int
read
(byte[] b) int
read
(byte[] b, int off, int len) byte[]
int
readNBytes
(byte[] b, int off, int len) byte[]
readNBytes
(int len) long
skip
(long n) void
skipNBytes
(long n)
-
Constructor Details
-
RubyInputStream
-
-
Method Details
-
read
public int read() -
read
public int read(byte[] b) -
read
public int read(byte[] b, int off, int len) -
readAllBytes
public byte[] readAllBytes() -
readNBytes
public byte[] readNBytes(int len) -
readNBytes
public int readNBytes(byte[] b, int off, int len) -
skip
public long skip(long n) -
skipNBytes
public void skipNBytes(long n) -
available
public int available() -
close
public void close()
-