[ Web Proxy ]
URL:
Viewing: https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/io/ObjectOutput.html [Back]  [Original]

ObjectOutput (Java SE 24 & JDK 24)
Contents 
Hide sidebar ❮❯ Show sidebar
  1. Description
  2. Method Summary
  3. Method Details
    1. writeObject(Object)
    2. write(int)
    3. write(byte[])
    4. write(byte[], int, int)
    5. flush()
    6. close()

Interface ObjectOutput

All Superinterfaces:
AutoCloseable, DataOutput
All Known Implementing Classes:
ObjectOutputStream

public interface ObjectOutput extends DataOutput, AutoCloseable
ObjectOutput extends the DataOutput interface to include writing of objects. DataOutput includes methods for output of primitive types, ObjectOutput extends that interface to include objects, arrays, and Strings.
Since:
1.1
See Also:


Web Proxy Viewer  |  New URL  |  Original Page