public final class BLOBFetcher
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
BLOBFetcher(BOI blobSource)
Creates a new BLOBInputStream that the data of the passed BOI's BLOB is streamed into asynchronously.
|
Modifier and Type | Method and Description |
---|---|
BLOBInputStream |
getInputStream() |
void |
run() |
java.lang.String |
toString() |
public BLOBFetcher(BOI blobSource) throws java.io.IOException
blobSource
- the BOI that is the source of the BLOB that is to be streamed into this BLOBInputStreamjava.io.IOException
public BLOBInputStream getInputStream()
public java.lang.String toString()
toString
in class java.lang.Object
public void run()
run
in interface java.lang.Runnable
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.