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