-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public class RecordingInputStream extends BufferedInputStream
-
-
Constructor Summary
Constructors Constructor Description RecordingInputStream(InputStream in)
-
Method Summary
Modifier and Type Method Description booleanisEmpty()Checks whether the recording input stream does not contain any data -
Methods inherited from class java.io.BufferedInputStream
available, close, mark, markSupported, read, reset, skip -
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RecordingInputStream
RecordingInputStream(InputStream in)
-
-
Method Detail
-
isEmpty
boolean isEmpty()
Checks whether the recording input stream does not contain any data
-
-
-
-