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

ObjectInput (Java SE 24 & JDK 24)
Contents 
Hide sidebar ❮❯ Show sidebar
  1. Description
  2. Method Summary
  3. Method Details
    1. readObject()
    2. read()
    3. read(byte[])
    4. read(byte[], int, int)
    5. skip(long)
    6. available()
    7. close()

Interface ObjectInput

All Superinterfaces:
AutoCloseable, DataInput
All Known Implementing Classes:
ObjectInputStream

public interface ObjectInput extends DataInput, AutoCloseable
ObjectInput extends the DataInput interface to include the reading of objects. DataInput includes methods for the input of primitive types, ObjectInput extends that interface to include objects, arrays, and Strings.
Since:
1.1
See Also:


Web Proxy Viewer  |  New URL  |  Original Page