Uses of Class
java.io.StreamCorruptedException
| Package | Description |
|---|---|
| java.io |
-
Uses of StreamCorruptedException in java.io
Methods in java.io that throw StreamCorruptedException Modifier and Type Method Description protected voidObjectInputStream. readStreamHeader()Reads and validates the ObjectInputStream header from the source stream.Constructors in java.io that throw StreamCorruptedException Constructor Description ObjectInputStream(InputStream input)Constructs a new ObjectInputStream that reads from the InputStreaminput.