public class ByteArray.MyInputStream
extends java.io.InputStream
ByteArray.makeInputStream(), which implements the
stream functionality.| Constructor and Description |
|---|
MyInputStream() |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
mark(int reserve) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] arr,
int offset,
int length) |
void |
reset() |
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] arr,
int offset,
int length)
read in class java.io.InputStreampublic int available()
available in class java.io.InputStreampublic void mark(int reserve)
mark in class java.io.InputStreampublic void reset()
reset in class java.io.InputStreampublic boolean markSupported()
markSupported in class java.io.InputStreamCopyright © 2020. All Rights Reserved.