Uses of Class
net.royalur.lut.store.DataSink
Packages that use DataSink
-
Uses of DataSink in net.royalur.lut
Methods in net.royalur.lut with parameters of type DataSinkModifier and TypeMethodDescriptionvoidLut.write(ValueType outputValueType, JsonNotation notation, DataSink output) -
Uses of DataSink in net.royalur.lut.buffer
Methods in net.royalur.lut.buffer with parameters of type DataSinkModifier and TypeMethodDescriptionvoidFloat32ValueBuffer.writeContents(DataSink output, int startIndex, int endIndex) voidFloat64ValueBuffer.writeContents(DataSink output, int startIndex, int endIndex) voidPercent16ValueBuffer.writeContents(DataSink output, int startIndex, int endIndex) voidUInt16ValueBuffer.writeContents(DataSink output, int startIndex, int endIndex) voidUInt32ValueBuffer.writeContents(DataSink output, int startIndex, int endIndex) voidUInt64ValueBuffer.writeContents(DataSink output, int startIndex, int endIndex) voidUInt8ValueBuffer.writeContents(DataSink output, int startIndex, int endIndex) voidValueBuffer.writeContents(DataSink output) abstract voidValueBuffer.writeContents(DataSink output, int startIndex, int endIndex) -
Uses of DataSink in net.royalur.lut.store
Subclasses of DataSink in net.royalur.lut.storeModifier and TypeClassDescriptionstatic classProvides an interface to write binary data to a file.