|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StreamCorruptedException | |
| java.beans | |
| java.io | |
| Uses of StreamCorruptedException in java.beans |
| Constructors in java.beans that throw StreamCorruptedException | |
ObjectInputStreamWithLoader.ObjectInputStreamWithLoader(InputStream in,
ClassLoader loader)
Loader must be non-null; |
|
| Uses of StreamCorruptedException in java.io |
| Methods in java.io that throw StreamCorruptedException | |
protected void |
ObjectInputStream.readStreamHeader()
The readStreamHeader method is provided to allow subclasses to read and verify their own stream headers. |
private byte |
ObjectInputStream.peekCode()
|
private byte |
ObjectInputStream.readCode()
|
private boolean |
ObjectInputStream.invokeObjectReader(Object obj)
|
private void |
ObjectInputStream.inputClassFields(Object o,
Class cl,
ObjectStreamField[] fields)
|
| Constructors in java.io that throw StreamCorruptedException | |
ObjectInputStream.ObjectInputStream(InputStream in)
Create an ObjectInputStream that reads from the specified InputStream. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||