Helper class for encoding FloatSeq into an OutputStream and decoding FloatSeq from an InputStream.
Static
Reads FloatSeq from the given InputStream.
The InputStream to read from.
The read FloatSeq value.
Writes the FloatSeq value to the given OutputStream.
The OutputStream to write to.
The value to write.
Helper class for encoding FloatSeq into an OutputStream and decoding FloatSeq from an InputStream.