OracleBFile.Write(Byte[], Int32, Int32) Method

Definition

Not currently supported.

public:
 override void Write(cli::array <System::Byte> ^ buffer, int offset, int count);
public override void Write (byte[] buffer, int offset, int count);
override this.Write : byte[] * int * int -> unit
Public Overrides Sub Write (buffer As Byte(), offset As Integer, count As Integer)

Parameters

buffer
Byte[]

Not currently supported.

offset
Int32

Not currently supported.

count
Int32

Not currently supported.

Exceptions

The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.

Applies to