public abstract class RestartableInputStream extends InputStream
| Constructor and Description |
|---|
RestartableInputStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
restart() |
static RestartableInputStream |
wrap(byte[] b) |
available, close, mark, markSupported, read, read, read, reset, skippublic abstract void restart()
public static RestartableInputStream wrap(byte[] b)
Copyright © 2020. All rights reserved.