com.sas.io
Class PersistOutputStream

com.sas.io.PersistOutputStream
All Implemented Interfaces:
com.sas.PublicClonable, java.io.Closeable, java.io.DataOutput, java.io.Flushable, java.lang.AutoCloseable, java.lang.Cloneable

public class PersistOutputStream
implements com.sas.PublicClonable

Output stream from a persistent store. For now, this just extends java.io.DataOutputStream. We'll probably want it to simply implement the (yet undefined) OutputStream interface which has basic I/O routines for streaming objects and Java primitive types, as is found in DataOutputStream.

See Also:
DataOutputStream

Constructor Summary
PersistOutputStream(java.io.OutputStream stream)
          Default constructor.
 
Method Summary
 java.lang.Object clone()
          Create a copy of the current model
 

Constructor Detail

PersistOutputStream

public PersistOutputStream(java.io.OutputStream stream)
Default constructor.

Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Create a copy of the current model

Specified by:
clone in interface com.sas.PublicClonable
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.