C# Class WpfDocumentPreviewer.StreamWrapper

Inheritance: IStream
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Clone() public méthode

This operation is not supported.
public Clone ( IStream &ppstm ) : void
ppstm IStream
Résultat void

Commit() public méthode

This operation is not supported.
public Commit ( int grfCommitFlags ) : void
grfCommitFlags int
Résultat void

CopyTo() public méthode

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
Résultat void

LockRegion() public méthode

This operation is not supported.
public LockRegion ( long libOffset, long cb, int dwLockType ) : void
libOffset long
cb long
dwLockType int
Résultat void

Read() public méthode

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
Résultat void

Revert() public méthode

This operation is not supported.
public Revert ( ) : void
Résultat void

Seek() public méthode

Advances the stream to the specified position.
public Seek ( long dlibMove, int dwOrigin, IntPtr plibNewPosition ) : void
dlibMove long
dwOrigin int
plibNewPosition System.IntPtr
Résultat void

SetSize() public méthode

This operation is not supported.
public SetSize ( long libNewSize ) : void
libNewSize long
Résultat void

Stat() public méthode

Returns details about the stream, including its length, type and name.
public Stat ( System &pstatstg, int grfStatFlag ) : void
pstatstg System
grfStatFlag int
Résultat void

StreamWrapper() public méthode

Initialises a new instance of the StreamWrapper class, using the specified System.IO.Stream.
public StreamWrapper ( System inner ) : System
inner System
Résultat System

UnlockRegion() public méthode

This operation is not supported.
public UnlockRegion ( long libOffset, long cb, int dwLockType ) : void
libOffset long
cb long
dwLockType int
Résultat void

Write() public méthode

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
Résultat void