// Decompiled by Jad v1.5.7f. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) braces deadcode fieldsfirst 
// Source File Name:   BfileDBAccess.java
// Class Version:      45.3

package oracle.sql;

import java.io.InputStream;
import java.io.Reader;
import java.sql.SQLException;

// Referenced classes of package oracle.sql:
//            BFILE

// flag ACC_ABSTRACT is set
public interface BfileDBAccess
{
    // Constants:          38
    // Interfaces:         0
    // Fields:             0
    // Methods:            16
    // Class Attributes:   1


    // Parameter  0 added: Name this Type Loracle/sql/BfileDBAccess; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name bfile Type Loracle/sql/BFILE; At 0 0 Range 0 4294967295 Init 0
    // RetValue   2 added: Name <returnValue> Type V At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract void close(BFILE bfile)
        throws SQLException;

    // Parameter  0 added: Name this Type Loracle/sql/BfileDBAccess; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name bfile Type Loracle/sql/BFILE; At 0 0 Range 0 4294967295 Init 0
    // RetValue   2 added: Name <returnValue> Type V At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract void closeFile(BFILE bfile)
        throws SQLException;

    // Parameter  0 added: Name this Type Loracle/sql/BfileDBAccess; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name bfile Type Loracle/sql/BFILE; At 0 0 Range 0 4294967295 Init 0
    // RetValue   2 added: Name <returnValue> Type Z At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract boolean fileExists(BFILE bfile)
        throws SQLException;

    // Parameter  0 added: Name this Type Loracle/sql/BfileDBAccess; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name bfile Type Loracle/sql/BFILE; At 0 0 Range 0 4294967295 Init 0
    // Parameter  2 added: Name l Type J At 0 0 Range 0 4294967295 Init 0
    // Parameter  4 added: Name i Type I At 0 0 Range 0 4294967295 Init 0
    // Parameter  5 added: Name abyte0 Type [B At 0 0 Range 0 4294967295 Init 0
    // RetValue   6 added: Name <returnValue> Type I At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract int getBytes(BFILE bfile, long l, int i, byte abyte0[])
        throws SQLException;

    // Parameter  0 added: Name this Type Loracle/sql/BfileDBAccess; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name bfile Type Loracle/sql/BFILE; At 0 0 Range 0 4294967295 Init 0
    // RetValue   2 added: Name <returnValue> Type Ljava/lang/String; At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract String getDirAlias(BFILE bfile)
        throws SQLException;

    // Parameter  0 added: Name this Type Loracle/sql/BfileDBAccess; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name bfile Type Loracle/sql/BFILE; At 0 0 Range 0 4294967295 Init 0
    // RetValue   2 added: Name <returnValue> Type Ljava/lang/String; At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract String getName(BFILE bfile)
        throws SQLException;

    // Parameter  0 added: Name this Type Loracle/sql/BfileDBAccess; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name bfile Type Loracle/sql/BFILE; At 0 0 Range 0 4294967295 Init 0
    // RetValue   2 added: Name <returnValue> Type Z At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract boolean isFileOpen(BFILE bfile)
        throws SQLException;

    // Parameter  0 added: Name this Type Loracle/sql/BfileDBAccess; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name bfile Type Loracle/sql/BFILE; At 0 0 Range 0 4294967295 Init 0
    // RetValue   2 added: Name <returnValue> Type Z At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract boolean isOpen(BFILE bfile)
        throws SQLException;

    // Parameter  0 added: Name this Type Loracle/sql/BfileDBAccess; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name bfile Type Loracle/sql/BFILE; At 0 0 Range 0 4294967295 Init 0
    // RetValue   2 added: Name <returnValue> Type J At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract long length(BFILE bfile)
        throws SQLException;

    // Parameter  0 added: Name this Type Loracle/sql/BfileDBAccess; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name bfile Type Loracle/sql/BFILE; At 0 0 Range 0 4294967295 Init 0
    // Parameter  2 added: Name i Type I At 0 0 Range 0 4294967295 Init 0
    // RetValue   3 added: Name <returnValue> Type Ljava/io/InputStream; At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract InputStream newConversionInputStream(BFILE bfile, int i)
        throws SQLException;

    // Parameter  0 added: Name this Type Loracle/sql/BfileDBAccess; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name bfile Type Loracle/sql/BFILE; At 0 0 Range 0 4294967295 Init 0
    // Parameter  2 added: Name i Type I At 0 0 Range 0 4294967295 Init 0
    // RetValue   3 added: Name <returnValue> Type Ljava/io/Reader; At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract Reader newConversionReader(BFILE bfile, int i)
        throws SQLException;

    // Parameter  0 added: Name this Type Loracle/sql/BfileDBAccess; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name bfile Type Loracle/sql/BFILE; At 0 0 Range 0 4294967295 Init 0
    // Parameter  2 added: Name i Type I At 0 0 Range 0 4294967295 Init 0
    // Parameter  3 added: Name l Type J At 0 0 Range 0 4294967295 Init 0
    // RetValue   5 added: Name <returnValue> Type Ljava/io/InputStream; At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract InputStream newInputStream(BFILE bfile, int i, long l)
        throws SQLException;

    // Parameter  0 added: Name this Type Loracle/sql/BfileDBAccess; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name bfile Type Loracle/sql/BFILE; At 0 0 Range 0 4294967295 Init 0
    // Parameter  2 added: Name i Type I At 0 0 Range 0 4294967295 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract void open(BFILE bfile, int i)
        throws SQLException;

    // Parameter  0 added: Name this Type Loracle/sql/BfileDBAccess; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name bfile Type Loracle/sql/BFILE; At 0 0 Range 0 4294967295 Init 0
    // RetValue   2 added: Name <returnValue> Type V At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract void openFile(BFILE bfile)
        throws SQLException;

    // Parameter  0 added: Name this Type Loracle/sql/BfileDBAccess; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name bfile Type Loracle/sql/BFILE; At 0 0 Range 0 4294967295 Init 0
    // Parameter  2 added: Name bfile1 Type Loracle/sql/BFILE; At 0 0 Range 0 4294967295 Init 0
    // Parameter  3 added: Name l Type J At 0 0 Range 0 4294967295 Init 0
    // RetValue   5 added: Name <returnValue> Type J At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract long position(BFILE bfile, BFILE bfile1, long l)
        throws SQLException;

    // Parameter  0 added: Name this Type Loracle/sql/BfileDBAccess; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name bfile Type Loracle/sql/BFILE; At 0 0 Range 0 4294967295 Init 0
    // Parameter  2 added: Name abyte0 Type [B At 0 0 Range 0 4294967295 Init 0
    // Parameter  3 added: Name l Type J At 0 0 Range 0 4294967295 Init 0
    // RetValue   5 added: Name <returnValue> Type J At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract long position(BFILE bfile, byte abyte0[], long l)
        throws SQLException;
}
