JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.cognitect.transit
Interface Writer<T>
public interface
Writer<T>
Interface for writing values in transit format.
Method Summary
Methods
Modifier and Type
Method and Description
void
write
(
T
o)
Writes a single value to an output stream
Method Detail
write
void write(
T
o)
Writes a single value to an output stream
Parameters:
o
- the value to write
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2017. All rights reserved.