Uses of Enum Class
com.saperion.rmi.SerializableStreamContentHandler.ContentHandlers
Packages that use SerializableStreamContentHandler.ContentHandlers
Package
Description
This package contains the classes for the LARIX RMI client wrapper components.
-
Uses of SerializableStreamContentHandler.ContentHandlers in com.saperion.rmi
Methods in com.saperion.rmi that return SerializableStreamContentHandler.ContentHandlersModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SerializableStreamContentHandler.ContentHandlers.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.saperion.rmi with parameters of type SerializableStreamContentHandler.ContentHandlersModifierConstructorDescriptionSerializableStream
(int token, ContentStream content, int bufferSize, SerializableStreamContentHandler.ContentHandlers contentHandler) ContentStream constructor.SerializableStream
(int token, InputStream input, String filename, int element, int bufferSize, boolean doStreaming, SerializableStreamContentHandler.ContentHandlers contentHandler) Instantiates a new serializable stream.