com.sas.io
Class PersistInputStream

com.sas.io.PersistInputStream
All Implemented Interfaces:
com.sas.PublicClonable, java.io.Closeable, java.io.DataInput, java.lang.AutoCloseable, java.lang.Cloneable

public class PersistInputStream
implements com.sas.PublicClonable

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

See Also:
DataInputStream

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

Constructor Detail

PersistInputStream

public PersistInputStream(java.io.InputStream 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.