public class Blob extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
size
Cached size of blob, setup right after blob
has been opened.
|
Constructor and Description |
---|
Blob() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close blob.
|
protected void |
finalize()
Destructor for object.
|
InputStream |
getInputStream()
Return InputStream for this blob
|
OutputStream |
getOutputStream()
Return OutputStream for this blob
|
public InputStream getInputStream()
public OutputStream getOutputStream()
public void close()
Copyright © 2014. All rights reserved.