JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.deephaven.base.array
Interface FastArray.WriteExternalFunction<C>
Enclosing class:
FastArray
<
T
>
public static interface
FastArray.WriteExternalFunction<C>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
writeExternal
(
ObjectOutput
out,
C
item)
Method Details
writeExternal
void
writeExternal
(
ObjectOutput
out,
C
item)
throws
IOException
Throws:
IOException