public class BlobStoreInputStream
extends java.io.InputStream
Constructor and Description |
---|
BlobStoreInputStream(BlobStore store,
java.lang.String id,
long pos) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
static byte[] |
readFully(BlobStore store,
java.lang.String id) |
public BlobStoreInputStream(BlobStore store, java.lang.String id, long pos)
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public static byte[] readFully(BlobStore store, java.lang.String id) throws java.io.IOException
java.io.IOException
Copyright © 2010 - 2020 Adobe. All Rights Reserved