Package com.irurueta.geometry.io
Class MappedFileReaderAndWriterTest
java.lang.Object
com.irurueta.geometry.io.MappedFileReaderAndWriterTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Constructor Details
-
MappedFileReaderAndWriterTest
MappedFileReaderAndWriterTest()
-
-
Method Details
-
testConstructor
- Throws:
IOException
-
testReadWriteOneByte
- Throws:
IOException
-
testReadWriteArrayOfBytes
- Throws:
IOException
-
testReadWriteArrayOfBytesWithOffsetAndLength
- Throws:
IOException
-
testSkipAndGetPosition
- Throws:
IOException
-
testSeekAndClose
- Throws:
IOException
-
testReadWriteBoolean
- Throws:
IOException
-
testReadWriteByte
- Throws:
IOException
-
testReadWriteUnsignedByte
- Throws:
IOException
-
testReadWriteShort
- Throws:
IOException
-
testReadWriteShortWithEndianType
- Throws:
IOException
-
testReadWriteUnsignedShort
- Throws:
IOException
-
testReadWriteUnsignedShortWithEndianType
- Throws:
IOException
-
testReadWriteInt
- Throws:
IOException
-
testReadWriteIntWithEndianType
- Throws:
IOException
-
testReadWriteUnsignedInt
- Throws:
IOException
-
testReadWriteUnsignedIntWithEndianType
- Throws:
IOException
-
testReadWriteLong
- Throws:
IOException
-
testReadWriteLongWithEndianType
- Throws:
IOException
-
testReadFloat
- Throws:
IOException
-
testReadWriteFloatWithEndianType
- Throws:
IOException
-
testReadDouble
- Throws:
IOException
-
testReadWriteDoubleWithEndianType
- Throws:
IOException
-
testReadLine
- Throws:
IOException
-
testReadWord
- Throws:
IOException
-