Package gov.nasa.pds.label.io
Class LengthLimitedInputStreamTest
java.lang.Object
gov.nasa.pds.label.io.LengthLimitedInputStreamTest
public class LengthLimitedInputStreamTest extends Object
-
Constructor Summary
Constructors Constructor Description LengthLimitedInputStreamTest() -
Method Summary
Modifier and Type Method Description voidinit()voidtestReadByBytes()voidtestReadEntireStream()voidtestSkip()voidtestStreamEndsEarly()voidtestStreamEndsEarlyByBytes()
-
Constructor Details
-
LengthLimitedInputStreamTest
public LengthLimitedInputStreamTest()
-
-
Method Details
-
init
public void init() -
testReadEntireStream
- Throws:
IOException
-
testReadByBytes
- Throws:
IOException
-
testSkip
- Throws:
IOException
-
testStreamEndsEarly
- Throws:
IOException
-
testStreamEndsEarlyByBytes
- Throws:
IOException
-