Uses of Class
java.io.StreamCorruptedException
Packages that use StreamCorruptedException
Package
Description
Provides for system input and output through data streams,
serialization and the file system.
Provides classes and interfaces for supporting the server side of RMI.
- 
Uses of StreamCorruptedException in java.ioMethods in java.io that throw StreamCorruptedExceptionModifier and TypeMethodDescriptionprotected voidObjectInputStream.readStreamHeader()The readStreamHeader method is provided to allow subclasses to read and verify their own stream headers.
- 
Uses of StreamCorruptedException in java.rmi.serverMethods in java.rmi.server that throw StreamCorruptedExceptionModifier and TypeMethodDescriptionRemoteCall.getResultStream(boolean success) Deprecated.no replacement