The DeobfuscatedFontStream type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BeginRead | Begins an asynchronous read operation. (Inherited from Stream.) | |
| BeginWrite | Begins an asynchronous write operation. (Inherited from Stream.) | |
| Close |
Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.
(Inherited from HeaderedStream.) | |
| CopyTo(Stream) | Reads all the bytes from the current stream and writes them to the destination stream. (Inherited from Stream.) | |
| CopyTo(Stream, Int32) | Reads all the bytes from the current stream and writes them to a destination stream, using a specified buffer size. (Inherited from Stream.) | |
| CopyToAsync(Stream) | (Inherited from Stream.) | |
| CopyToAsync(Stream, Int32) | (Inherited from Stream.) | |
| CopyToAsync(Stream, Int32, CancellationToken) | (Inherited from Stream.) | |
| Create |
Creates a deobfuscated font stream from the specified source using given font filename.
| |
| CreateObjRef | (Inherited from MarshalByRefObject.) | |
| CreateWaitHandle | Obsolete. (Inherited from Stream.) | |
| Dispose()()()() | Releases all resources used by the Stream. (Inherited from Stream.) | |
| Dispose(Boolean) |
Releases the unmanaged resources used by the Stream and optionally releases the managed resources.
(Inherited from HeaderedStream.) | |
| EndRead | Waits for the pending asynchronous read to complete. (Inherited from Stream.) | |
| EndWrite | Ends an asynchronous write operation. (Inherited from Stream.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| Flush |
When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.
(Inherited from HeaderedStream.) | |
| FlushAsync()()()() | (Inherited from Stream.) | |
| FlushAsync(CancellationToken) | (Inherited from Stream.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLifetimeService | (Inherited from MarshalByRefObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
| ObjectInvariant | Obsolete. (Inherited from Stream.) | |
| Read |
When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
(Inherited from HeaderedStream.) | |
| ReadAsync(array<Byte>[]()[][], Int32, Int32) | (Inherited from Stream.) | |
| ReadAsync(array<Byte>[]()[][], Int32, Int32, CancellationToken) | (Inherited from Stream.) | |
| ReadByte | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. (Inherited from Stream.) | |
| Seek |
When overridden in a derived class, sets the position within the current stream.
(Inherited from HeaderedStream.) | |
| SetLength |
When overridden in a derived class, sets the length of the current stream.
(Inherited from HeaderedStream.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Write |
When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
(Inherited from HeaderedStream.) | |
| WriteAsync(array<Byte>[]()[][], Int32, Int32) | (Inherited from Stream.) | |
| WriteAsync(array<Byte>[]()[][], Int32, Int32, CancellationToken) | (Inherited from Stream.) | |
| WriteByte | Writes a byte to the current position in the stream and advances the position within the stream by one byte. (Inherited from Stream.) |
Extension Methods
| Name | Description | |
|---|---|---|
| IsMatch |
Determines whether the stream matches specified data.
(Defined by StreamExtensions.) | |
| Match |
Raises an exception if the stream data doesn't match specified data.
(Defined by StreamExtensions.) | |
| PeekByte |
Reads a byte from the stream without consuming it.
(Defined by StreamExtensions.) | |
| ReadBytes |
Reads a byte array from given stream.
(Defined by StreamExtensions.) | |
| ToMemoryStream()()()() | Overloaded.
Copies the entire contents of specified stream to a new memory stream.
(Defined by StreamExtensions.) | |
| ToMemoryStream(Int32) | Overloaded.
Copies the entire contents of specified stream to a new memory stream.
(Defined by StreamExtensions.) | |
| VerifyRead |
Verifies whether the specified stream is not null and readable.
(Defined by StreamExtensions.) | |
| VerifyReadAndSeek |
Verifies whether the specified stream is not null, readable and seekable.
(Defined by StreamExtensions.) | |
| VerifyWrite |
Verifies whether the specified stream is not null and writable.
(Defined by StreamExtensions.) | |
| VerifyWriteAndSeek |
Verifies whether the specified stream is not null, writable and seekable.
(Defined by StreamExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| CanRead |
When overridden in a derived class, gets a value indicating whether the current stream supports reading.
(Inherited from HeaderedStream.) | |
| CanSeek |
When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
(Inherited from HeaderedStream.) | |
| CanTimeout | Gets a value that determines whether the current stream can time out. (Inherited from Stream.) | |
| CanWrite |
When overridden in a derived class, gets a value indicating whether the current stream supports writing.
(Inherited from HeaderedStream.) | |
| Length |
When overridden in a derived class, gets the length in bytes of the stream.
(Inherited from HeaderedStream.) | |
| Position |
When overridden in a derived class, gets or sets the position within the current stream.
(Inherited from HeaderedStream.) | |
| ReadTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from Stream.) | |
| WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from Stream.) |