Package net.royalur.lut.store
Class DataSource
java.lang.Object
net.royalur.lut.store.DataSource
- Direct Known Subclasses:
DataSource.FileDataSource
Provides an interface to read binary data.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Provides an interface to write binary data to a file. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
DataSource
public DataSource()
-
-
Method Details
-
readBytes
- Throws:
IOException
-
readDouble
- Throws:
IOException
-
readFloat
- Throws:
IOException
-
readLong
- Throws:
IOException
-
readInt
- Throws:
IOException
-
readShort
- Throws:
IOException
-
readByte
- Throws:
IOException
-