saddle-binary
saddle-binary
API
org.saddle.binary
Reader
Writer
saddle-binary
/
org.saddle.binary
/
Writer
Writer
org.saddle.binary.Writer$
object
Writer
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Writer
.type
Members list
Clear all
Value members
Concrete methods
def
writeFrameIntoArray
[
RX
,
CX
,
T
:
ScalarTag
](
frame
:
Frame
[
RX
,
CX
,
T
]):
Either
[
String
,
Array
[
Byte
]]
def
writeFrameIntoChannel
[
RX
,
CX
,
T
:
ScalarTag
](
frame
:
Frame
[
RX
,
CX
,
T
],
channel
:
WritableByteChannel
):
Either
[
String
,
Unit
]
def
writeMatIntoArray
[
T
:
ScalarTag
](
mat
:
Mat
[
T
]):
Either
[
String
,
Array
[
Byte
]]
def
writeMatIntoArrays
[
T
:
ScalarTag
](
mat
:
Mat
[
T
],
maxArrayLength
:
Long
):
Either
[
String
,
IndexedSeq
[
Array
[
Byte
]]]
def
writeMatIntoChannel
[
T
:
ScalarTag
](
mat
:
Mat
[
T
],
channel
:
WritableByteChannel
):
Either
[
String
,
Unit
]
In this article
Attributes
Members list
Value members
Concrete methods