PGBlobOutputStream类
功能描述
Blob输出流相关方法类。
write(byte[] paramArrayOfByte, int paramInt1, int paramInt2)
语法格式
public void write(byte[] paramArrayOfByte,
int paramInt1,
int paramInt2)
throws IOException
说明
重写:OutputStream类的write方法。
write(int paramInt)
语法格式
public void write(int paramInt)
throws IOException
说明
重写:OutputStream类的write方法。