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
-
Method Summary
-
Constructor Details
-
FileDataSource
-
-
Method Details
-
readBytes
- Specified by:
readBytes
in classDataSource
- Throws:
IOException
-
readDouble
- Specified by:
readDouble
in classDataSource
- Throws:
IOException
-
readFloat
- Specified by:
readFloat
in classDataSource
- Throws:
IOException
-
readLong
- Specified by:
readLong
in classDataSource
- Throws:
IOException
-
readInt
- Specified by:
readInt
in classDataSource
- Throws:
IOException
-
readShort
- Specified by:
readShort
in classDataSource
- Throws:
IOException
-
readByte
- Specified by:
readByte
in classDataSource
- Throws:
IOException
-