public class FPTagInputStream extends InputStream
| Constructor and Description |
|---|
FPTagInputStream(com.filepool.fplibrary.FPClip clip,
String contentFieldName)
Opens the top tag of FPClip to read from
|
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b,
int offset,
int length) |
mark, read, reset, skippublic FPTagInputStream(com.filepool.fplibrary.FPClip clip,
String contentFieldName)
throws com.filepool.fplibrary.FPLibraryException
clip - Centera FPClip ObjectcontentFieldName - optional name of the tag with content (currently is not used)com.filepool.fplibrary.FPLibraryExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionpublic int available()
available in class InputStreampublic boolean markSupported()
markSupported in class InputStreamCopyright © 2005–2018 Alfresco Software. All rights reserved.