|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.admin.ns.ValueComponent
com.novell.admin.ns.Value
com.novell.admin.ns.StreamValue
Storage class for all syntaxes that use stream types.
This class is immutable.
HexValue,
StringValue,
LongValue,
Serialized Form| Constructor Summary | |
StreamValue(Syntax syntax,
InputStreamFactory factory)
Constructor. |
|
| Method Summary | |
InputStreamFactory |
getStreamFactory()
Returns the value as an InputStreamFactory. |
java.io.InputStream |
getValue()
Returns the value as a InputStream. |
| Methods inherited from class com.novell.admin.ns.Value |
clone |
| Methods inherited from class com.novell.admin.ns.ValueComponent |
compareTo, equals, getSyntax, isWithinBounds, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StreamValue(Syntax syntax,
InputStreamFactory factory)
This constructor should be called only from stream strategy classes and not directly in an application.
syntax - The associated syntax for this boolean value.factory - The InputStreamFactory.| Method Detail |
public InputStreamFactory getStreamFactory()
public java.io.InputStream getValue()
throws java.io.IOException,
SPIException
java.io.IOException - Refer to java.io.
SPIException - Thrown when the service provider caused an error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||