Class TCefWriteHandlerOwn

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefWriteHandlerOwn = class(TCefBaseRefCountedOwn, ICefWriteHandler)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected function Write(const ptr: Pointer; size, n: NativeUInt): NativeUInt; virtual;
Protected function Seek(offset: Int64; whence: Integer): Integer; virtual;
Protected function Tell: Int64; virtual;
Protected function Flush: Integer; virtual;
Protected function MayBlock: Boolean; virtual;
Public constructor Create; virtual;

Description

Methods

Protected function Write(const ptr: Pointer; size, n: NativeUInt): NativeUInt; virtual;

This item has no description. Showing description inherited from ICefWriteHandler.Write.

Write raw binary data.

Protected function Seek(offset: Int64; whence: Integer): Integer; virtual;

This item has no description. Showing description inherited from ICefWriteHandler.Seek.

Seek to the specified offset position. |whence| may be any one of SEEK_CUR, SEEK_END or SEEK_SET. Return zero on success and non-zero on failure.

Protected function Tell: Int64; virtual;

This item has no description. Showing description inherited from ICefWriteHandler.Tell.

Return the current offset position.

Protected function Flush: Integer; virtual;

This item has no description. Showing description inherited from ICefWriteHandler.Flush.

Flush the stream.

Protected function MayBlock: Boolean; virtual;

This item has no description. Showing description inherited from ICefWriteHandler.MayBlock.

Return true (1) if this handler performs work like accessing the file system which may block. Used as a hint for determining the thread to access the handler from.

Public constructor Create; virtual;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.