public class FileStreamData extends java.lang.Object implements StreamData
| Constructor and Description |
|---|
FileStreamData(AppContext conn,
java.io.File f) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream()
get an InputStream to read the state of the obect
|
long |
getLength()
get the size of data held in the object
|
java.io.OutputStream |
getOutputStream()
Get an OutputStream used to modify the state of the object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappend, read, writepublic FileStreamData(AppContext conn, java.io.File f)
public long getLength()
StreamDatagetLength in interface StreamDatapublic java.io.InputStream getInputStream()
StreamDatagetInputStream in interface StreamDatapublic java.io.OutputStream getOutputStream()
StreamDatagetOutputStream in interface StreamData