public class SegmentStream
extends java.io.InputStream
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
long |
getLength() |
static RecordId |
getRecordIdIfAvailable(java.io.InputStream stream,
SegmentStore store) |
java.lang.String |
getString() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
public static RecordId getRecordIdIfAvailable(java.io.InputStream stream, SegmentStore store)
public long getLength()
public java.lang.String getString()
public boolean markSupported()
markSupported in class java.io.InputStreampublic void mark(int readlimit)
mark in class java.io.InputStreampublic void reset()
reset in class java.io.InputStreampublic int read()
read in class java.io.InputStreampublic int read(byte[] b,
int off,
int len)
read in class java.io.InputStreampublic long skip(long n)
skip in class java.io.InputStreampublic int available()
available in class java.io.InputStreampublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStream"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"