public static class NByteArrayPrintStream.InputStreamFromByteArrayOutputStream2 extends InputStream
| Modifier and Type | Field and Description |
|---|---|
protected NByteArrayPrintStream.ByteArrayOutputStream2 |
buf |
protected int |
mark |
protected int |
pos |
| Constructor and Description |
|---|
InputStreamFromByteArrayOutputStream2(NByteArrayPrintStream.ByteArrayOutputStream2 buf) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
void |
mark(int readAheadLimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
readprotected NByteArrayPrintStream.ByteArrayOutputStream2 buf
protected int pos
protected int mark
public InputStreamFromByteArrayOutputStream2(NByteArrayPrintStream.ByteArrayOutputStream2 buf)
public int read()
read in class InputStreampublic int read(byte[] b,
int off,
int len)
read in class InputStreampublic long skip(long n)
skip in class InputStreampublic int available()
available in class InputStreampublic boolean markSupported()
markSupported in class InputStreampublic void mark(int readAheadLimit)
mark in class InputStreampublic void reset()
reset in class InputStreampublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamCopyright © 2026 vpc open source initiative. All rights reserved.