Click or drag to resize

BinaryWriteTo Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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