Package | Description |
---|---|
com.saperion.rmi |
This package contains the classes for the LARIX RMI Server.
|
Modifier and Type | Method and Description |
---|---|
static SerializableStreamContentHandler.ContentHandlers |
SerializableStreamContentHandler.ContentHandlers.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerializableStreamContentHandler.ContentHandlers[] |
SerializableStreamContentHandler.ContentHandlers.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SerializableStream(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.
|
Copyright © 2016 SAPERION AG. All rights reserved.