public class BfileInputStream extends BufferedInputStream
BFILE.closeFile
upon close
.BufferedInputStream
in
Constructor and Description |
---|
BfileInputStream(oracle.sql.BFILE bfile,
S_LibrarySession session)
Constructs a BfileInputStream.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
available, mark, markSupported, read, read, reset, skip
read
public BfileInputStream(oracle.sql.BFILE bfile, S_LibrarySession session) throws IfsException
bfile
- the BFILEsession
- the sessionIfsException
- if the operation failspublic void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class BufferedInputStream
IOException
Copyright © 2023. All rights reserved.