Class StreamStoreWithBinaryWrapper

java.lang.Object
org.eclnt.jsfserver.streamstore.StreamStoreWithBinaryWrapper
All Implemented Interfaces:
IStreamStore, IStreamStoreWithBinary

public class StreamStoreWithBinaryWrapper extends Object implements IStreamStoreWithBinary
Wrapper class that wraps a string based IStreamStore-implementation and provides the binary functions on top. The binary information is internally transferred to string data using base64 encoding.