public class BlobOutputStream
extends java.io.OutputStream
Modifier and Type | Field and Description |
---|---|
private Blob |
blob_ |
private long |
offset_ |
Constructor and Description |
---|
BlobOutputStream(Blob blob,
long offset) |
private Blob blob_
private long offset_
public BlobOutputStream(Blob blob, long offset)
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
private void writeX(byte[] b, int off, int len)
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.