public abstract class RestartableInputStream extends InputStream
RestartableInputStream()
abstract void
restart()
static RestartableInputStream
wrap(byte[] b)
available, close, mark, markSupported, read, read, read, reset, skip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RestartableInputStream()
public abstract void restart()
public static RestartableInputStream wrap(byte[] b)
Copyright © 2024. All rights reserved.