C# Класс WpfDocumentPreviewer.StreamWrapper

Наследование: IStream
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Clone ( IStream &ppstm ) : void

This operation is not supported.

Commit ( int grfCommitFlags ) : void

This operation is not supported.

CopyTo ( IStream pstm, long cb, IntPtr pcbRead, IntPtr pcbWritten ) : void

This operation is not supported.

LockRegion ( long libOffset, long cb, int dwLockType ) : void

This operation is not supported.

Read ( byte pv, int cb, IntPtr pcbRead ) : void

Reads a sequence of bytes from the underlying System.IO.Stream.

Revert ( ) : void

This operation is not supported.

Seek ( long dlibMove, int dwOrigin, IntPtr plibNewPosition ) : void

Advances the stream to the specified position.

SetSize ( long libNewSize ) : void

This operation is not supported.

Stat ( System &pstatstg, int grfStatFlag ) : void

Returns details about the stream, including its length, type and name.

StreamWrapper ( System inner ) : System

Initialises a new instance of the StreamWrapper class, using the specified System.IO.Stream.

UnlockRegion ( long libOffset, long cb, int dwLockType ) : void

This operation is not supported.

Write ( byte pv, int cb, IntPtr pcbWritten ) : void

Writes a sequence of bytes to the underlying System.IO.Stream.

Описание методов

Clone() публичный Метод

This operation is not supported.
public Clone ( IStream &ppstm ) : void
ppstm IStream
Результат void

Commit() публичный Метод

This operation is not supported.
public Commit ( int grfCommitFlags ) : void
grfCommitFlags int
Результат void

CopyTo() публичный Метод

This operation is not supported.
public CopyTo ( IStream pstm, long cb, IntPtr pcbRead, IntPtr pcbWritten ) : void
pstm IStream
cb long
pcbRead System.IntPtr
pcbWritten System.IntPtr
Результат void

LockRegion() публичный Метод

This operation is not supported.
public LockRegion ( long libOffset, long cb, int dwLockType ) : void
libOffset long
cb long
dwLockType int
Результат void

Read() публичный Метод

Reads a sequence of bytes from the underlying System.IO.Stream.
public Read ( byte pv, int cb, IntPtr pcbRead ) : void
pv byte
cb int
pcbRead System.IntPtr
Результат void

Revert() публичный Метод

This operation is not supported.
public Revert ( ) : void
Результат void

Seek() публичный Метод

Advances the stream to the specified position.
public Seek ( long dlibMove, int dwOrigin, IntPtr plibNewPosition ) : void
dlibMove long
dwOrigin int
plibNewPosition System.IntPtr
Результат void

SetSize() публичный Метод

This operation is not supported.
public SetSize ( long libNewSize ) : void
libNewSize long
Результат void

Stat() публичный Метод

Returns details about the stream, including its length, type and name.
public Stat ( System &pstatstg, int grfStatFlag ) : void
pstatstg System
grfStatFlag int
Результат void

StreamWrapper() публичный Метод

Initialises a new instance of the StreamWrapper class, using the specified System.IO.Stream.
public StreamWrapper ( System inner ) : System
inner System
Результат System

UnlockRegion() публичный Метод

This operation is not supported.
public UnlockRegion ( long libOffset, long cb, int dwLockType ) : void
libOffset long
cb long
dwLockType int
Результат void

Write() публичный Метод

Writes a sequence of bytes to the underlying System.IO.Stream.
public Write ( byte pv, int cb, IntPtr pcbWritten ) : void
pv byte
cb int
pcbWritten System.IntPtr
Результат void