Package gov.nasa.pds.objectAccess
Class ByteWiseFileAccessorTest
- java.lang.Object
- 
- gov.nasa.pds.objectAccess.ByteWiseFileAccessorTest
 
- 
 public class ByteWiseFileAccessorTest extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description ByteWiseFileAccessorTest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestFileNotFoundException()voidtestFileOffset()voidtestFileTooShort()voidtestReadRecordBytes(int recordNum, int offset, int length, byte[] expected)
 
- 
- 
- 
Method Detail- 
testReadRecordBytespublic void testReadRecordBytes(int recordNum, int offset, int length, byte[] expected)
 - 
testFileTooShortpublic void testFileTooShort() throws java.io.IOException, gov.nasa.pds.objectAccess.InvalidTableException- Throws:
- java.io.IOException
- gov.nasa.pds.objectAccess.InvalidTableException
 
 - 
testFileNotFoundExceptionpublic void testFileNotFoundException() throws java.lang.Exception- Throws:
- java.lang.Exception
 
 - 
testFileOffsetpublic void testFileOffset() throws java.lang.Exception- Throws:
- java.lang.Exception
 
 
- 
 
-