Package gov.nasa.pds.objectAccess
Class ByteWiseFileAccessorTest
java.lang.Object
gov.nasa.pds.objectAccess.ByteWiseFileAccessorTest
public class ByteWiseFileAccessorTest extends Object
- 
Constructor SummaryConstructors Constructor Description ByteWiseFileAccessorTest()
- 
Method SummaryModifier and Type Method Description voidtestFileNotFoundException()voidtestFileOffset()voidtestFileTooShort()voidtestReadRecordBytes(int recordNum, int offset, int length, byte[] expected)
- 
Constructor Details- 
ByteWiseFileAccessorTestpublic ByteWiseFileAccessorTest()
 
- 
- 
Method Details- 
testReadRecordBytespublic void testReadRecordBytes(int recordNum, int offset, int length, byte[] expected)
- 
testFileTooShort- Throws:
- IOException
 
- 
testFileNotFoundException- Throws:
- Exception
 
- 
testFileOffset- Throws:
- Exception
 
 
-