Click or drag to resize

BinaryWriteTo Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Overload List
  NameDescription
Public methodWriteTo(BinaryWriter)
Write the contents of the Binary object to a Stream.
Public methodWriteTo(Stream)
Write the contents of the Binary object to a Stream.
Public methodWriteTo(BinaryWriter, Int32, Int32)
Write the contents of the Binary object to a BinaryWriter.
Public methodWriteTo(Stream, Int32, Int32)
Write the contents of the Binary object to a Stream.
Top
See Also