For internal use
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
[SerializableAttribute] public class PbsInputStream : ReusableReadonlyByteArrayStream
<SerializableAttribute> _ Public Class PbsInputStream _ Inherits ReusableReadonlyByteArrayStream
[SerializableAttribute] public ref class PbsInputStream : public ReusableReadonlyByteArrayStream
/** @attribute SerializableAttribute */ public class PbsInputStream extends ReusableReadonlyByteArrayStream
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
PbsInputStream(array<Byte>[]()[][]) | Initializes a new instance of the PbsInputStream class | |
BeginRead(array<Byte>[]()[][], Int32, Int32, AsyncCallback, Object) | HostProtectionAttribute.
Begins an asynchronous read operation.
(Inherited from Stream.) | |
BeginWrite(array<Byte>[]()[][], Int32, Int32, AsyncCallback, Object) | HostProtectionAttribute.
Begins an asynchronous write operation.
(Inherited from Stream.) | |
CanRead |
When overridden in a derived class, gets a value indicating whether the current stream supports reading.
(Inherited from ReusableReadonlyByteArrayStream.) | |
CanSeek |
When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
(Inherited from ReusableReadonlyByteArrayStream.) | |
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 ReusableReadonlyByteArrayStream.) | |
Close()()()() |
Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.
(Inherited from Stream.) | |
CreateObjRef(Type) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.) | |
CreateWaitHandle()()()() | Obsolete.
Allocates a WaitHandle object.
(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 Stream.) | |
EndRead(IAsyncResult) |
Waits for the pending asynchronous read to complete.
(Inherited from Stream.) | |
EndWrite(IAsyncResult) |
Ends an asynchronous write operation.
(Inherited from Stream.) | |
Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
Finalize()()()() |
Allows an Object to attempt 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 ReusableReadonlyByteArrayStream.) | |
GetBuffer()()()() |
Gets the underlying buffer
(Inherited from ReusableReadonlyByteArrayStream.) | |
GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetLifetimeService()()()() |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
InitializeLifetimeService()()()() |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
Length |
When overridden in a derived class, gets the length in bytes of the stream.
(Inherited from ReusableReadonlyByteArrayStream.) | |
MemberwiseClone(Boolean) |
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.) | |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Position |
When overridden in a derived class, gets or sets the position within the current stream.
(Inherited from ReusableReadonlyByteArrayStream.) | |
Read(array<Byte>[]()[][], Int32, Int32) |
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 ReusableReadonlyByteArrayStream.) | |
ReadArray<(Of <<'(T>)>>)()()()() | ||
ReadBoolean()()()() |
Reads a boolean value from the stream.
Stream footprint: Fixed, 1 byte.
| |
ReadBooleanArray()()()() | ||
ReadBooleanWrapperArray()()()() | ||
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 ReusableReadonlyByteArrayStream.) | |
ReadByteArray()()()() | ||
ReadByteWrapperArray()()()() | ||
ReadChar()()()() |
Reads a unicode character from the stream.
Stream footprint: dynamic, 1-3 bytes.
| |
ReadCharArray()()()() | ||
ReadCharWrapperArray()()()() | ||
ReadDateTime(Boolean) |
Reads a Date-and-Time value from the stream.
Stream footprint: dynamic, same as Int64.
| |
ReadDateTimeArray(Boolean) | ||
ReadDateTimeWrapperArray(Boolean) | ||
ReadDecimal()()()() |
Reads a decimal number from the stream.
Stream footprint: the value is converted from a string.
| |
ReadDecimalArray()()()() | ||
ReadDecimalWrapperArray()()()() | ||
ReadDictionary<(Of <<'(T>)>>)()()()() | ||
ReadDouble()()()() |
Reads a double-precision floating-point number from the stream.
Stream footprint: dynamic, same as Int64.
| |
ReadDoubleArray()()()() | ||
ReadDoubleWrapperArray()()()() | ||
ReadFixedByteArray()()()() | ||
ReadGuid()()()() |
Reads a globally unique identifier (GUID) from the stream.
Stream footprint: Fixed, 16 bytes.
| |
ReadGuidArray()()()() | ||
ReadGuidWrapperArray()()()() | ||
ReadInt16()()()() |
Reads a 16-bit signed integer from the stream.
Stream footprint: dynamic, 1-3 bytes.
| |
ReadInt16Array()()()() | ||
ReadInt16WrapperArray()()()() | ||
ReadInt32()()()() |
Reads a 32-bit signed integer from the stream.
Stream footprint: dynamic, 1-5 bytes.
| |
ReadInt32Array()()()() | ||
ReadInt32Fixed()()()() |
Reads a 32-bit signed integer from the stream in a fixed width.
Stream footprint: fixed, 4 bytes.
| |
ReadInt32WrapperArray()()()() | ||
ReadInt64()()()() |
Reads a 64-bit signed integer from the stream.
Stream footprint: dynamic, 1-9 bytes.
| |
ReadInt64Array()()()() | ||
ReadInt64WrapperArray()()()() | ||
ReadList<(Of <<'(T>)>>)()()()() | ||
ReadProperties(IDictionary<(Of <<'(String, String>)>>)) |
Reads java properties and inserts them to a dictionary
| |
ReadRepetitiveString()()()() |
Reads a repetitive string from the stream.
| |
ReadSingle()()()() |
Reads a single-precision floating-point number from the stream.
Stream footprint: dynamic, same as Int32.
| |
ReadSingleArray()()()() | ||
ReadSingleWrapperArray()()()() | ||
ReadString()()()() |
Reads a string from the stream.
| |
ReadStringArray()()()() | ||
ReadTimeout |
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out.
(Inherited from Stream.) | |
ReadUserObject<(Of <<'(T>)>>)()()()() | ||
Reset()()()() | ||
Seek(Int64, SeekOrigin) |
When overridden in a derived class, sets the position within the current stream.
(Inherited from ReusableReadonlyByteArrayStream.) | |
SetBuffer(array<Byte>[]()[][]) |
Sets the underlying buffer and reset the stream
(Inherited from ReusableReadonlyByteArrayStream.) | |
SetLength(Int64) |
When overridden in a derived class, sets the length of the current stream.
(Inherited from ReusableReadonlyByteArrayStream.) | |
ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) | |
Used | ||
Write(array<Byte>[]()[][], Int32, Int32) |
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 ReusableReadonlyByteArrayStream.) | |
WriteByte(Byte) |
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
(Inherited from ReusableReadonlyByteArrayStream.) | |
WriteTimeout |
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out.
(Inherited from Stream.) |
Inheritance Hierarchy
Object | ||||
MarshalByRefObject | ||||
Stream | ||||
ReusableReadonlyByteArrayStream | ||||
PbsInputStream |