Package net.royalur.lut.store
Class DataSource.FileDataSource
java.lang.Object
net.royalur.lut.store.DataSource
net.royalur.lut.store.DataSource.FileDataSource
- Enclosing class:
- DataSource
Provides an interface to write binary data to a file.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.royalur.lut.store.DataSource
DataSource.FileDataSource -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileDataSource
-
-
Method Details
-
readBytes
- Specified by:
readBytesin classDataSource- Throws:
IOException
-
readDouble
- Specified by:
readDoublein classDataSource- Throws:
IOException
-
readFloat
- Specified by:
readFloatin classDataSource- Throws:
IOException
-
readLong
- Specified by:
readLongin classDataSource- Throws:
IOException
-
readInt
- Specified by:
readIntin classDataSource- Throws:
IOException
-
readShort
- Specified by:
readShortin classDataSource- Throws:
IOException
-
readByte
- Specified by:
readBytein classDataSource- Throws:
IOException
-