[Missing <summary> documentation for "T:GigaSpaces.Core.Internal.Pbs.PbsOutputStream"]
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public class PbsOutputStream : MemoryStream
Public Class PbsOutputStream _ Inherits MemoryStream
public ref class PbsOutputStream : public MemoryStream
public class PbsOutputStream extends MemoryStream
![](../icons/collapse_all.gif)
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | PbsOutputStream()()()() | Initializes a new instance of the PbsOutputStream 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 | (Overrides MemoryStream.CanRead.) |
![]() | CanSeek |
Gets a value indicating whether the current stream supports seeking.
(Inherited from MemoryStream.) |
![]() | CanTimeout |
Gets a value that determines whether the current stream can time out.
(Inherited from Stream.) |
![]() | CanWrite |
Gets a value indicating whether the current stream supports writing.
(Inherited from MemoryStream.) |
![]() | Capacity |
Gets or sets the number of bytes allocated for this stream.
(Inherited from MemoryStream.) |
![]() | 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(Boolean) |
Releases the unmanaged resources used by the MemoryStream class and optionally releases the managed resources.
(Inherited from MemoryStream.) |
![]() | Dispose()()()() |
Releases all resources used by the Stream.
(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()()()() |
Overrides Flush()()()() so that no action is performed.
(Inherited from MemoryStream.) |
![]() | GetBuffer()()()() |
Returns the array of unsigned bytes from which this stream was created.
(Inherited from MemoryStream.) |
![]() | 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 |
Gets the length of the stream in bytes.
(Inherited from MemoryStream.) |
![]() | 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 |
Gets or sets the current position within the stream.
(Inherited from MemoryStream.) |
![]() | Read(array<Byte>[]()[][], Int32, Int32) |
Reads a block of bytes from the current stream and writes the data to buffer.
(Inherited from MemoryStream.) |
![]() | ReadByte()()()() |
Reads a byte from the current stream.
(Inherited from MemoryStream.) |
![]() | ReadTimeout |
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out.
(Inherited from Stream.) |
![]() | Reset()()()() | |
![]() | Seek(Int64, SeekOrigin) |
Sets the position within the current stream to the specified value.
(Inherited from MemoryStream.) |
![]() | SetLength(Int64) |
Sets the length of the current stream to the specified value.
(Inherited from MemoryStream.) |
![]() | ToArray()()()() |
Writes the stream contents to a byte array, regardless of the Position property.
(Inherited from MemoryStream.) |
![]() | ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
![]() | Used | |
![]() | Write(array<Byte>[]()[][], Int32, Int32) |
Writes a block of bytes to the current stream using data read from buffer.
(Inherited from MemoryStream.) |
![]() | WriteArray<(Of <<'(T>)>>)(array<T>[]()[][]) | |
![]() | WriteBoolean(Boolean) |
Writes a boolean value to the stream.
Stream footprint: Fixed, 1 byte.
|
![]() | WriteBooleanArray(array<Boolean>[]()[][]) | |
![]() | WriteBooleanWrapperArray(array<Nullable<(Of <<'(Boolean>)>>)>[]()[][]) | |
![]() | WriteByte(Byte) |
Writes a byte to the current stream at the current position.
(Inherited from MemoryStream.) |
![]() | WriteByteArray(array<Byte>[]()[][]) | |
![]() | WriteByteArray(array<Byte>[]()[][], Int32, Int32) | |
![]() | WriteByteArray(ArraySegment<(Of <<'(Byte>)>>)) | |
![]() | WriteByteWrapperArray(array<Nullable<(Of <<'(Byte>)>>)>[]()[][]) | |
![]() | WriteChar(Char) |
Writes a unicode character to the stream.
Stream footprint: dynamic, 1-3 bytes.
|
![]() | WriteCharArray(array<Char>[]()[][]) | |
![]() | WriteCharWrapperArray(array<Nullable<(Of <<'(Char>)>>)>[]()[][]) | |
![]() | WriteDateTime(DateTime) |
Writes a Date-and-Time value to the stream.
Stream footprint: dynamic, same as Int64.
|
![]() | WriteDateTimeArray(array<DateTime>[]()[][]) | |
![]() | WriteDateTimeWrapperArray(array<Nullable<(Of <<'(DateTime>)>>)>[]()[][]) | |
![]() | WriteDecimal(Decimal) |
Writes a decimal number to the stream.
Stream footprint: the value is converted to a string.
|
![]() | WriteDecimalArray(array<Decimal>[]()[][]) | |
![]() | WriteDecimalWrapperArray(array<Nullable<(Of <<'(Decimal>)>>)>[]()[][]) | |
![]() | WriteDouble(Double) |
Writes a double-precision floating-point number to the stream.
Stream footprint: dynamic, same as Int64.
|
![]() | WriteDoubleArray(array<Double>[]()[][]) | |
![]() | WriteDoubleWrapperArray(array<Nullable<(Of <<'(Double>)>>)>[]()[][]) | |
![]() | WriteGuid(Guid) |
Writes a globally unique identifier (GUID) to the stream.
Stream footprint: Fixed, 16 bytes.
|
![]() | WriteGuidArray(array<Guid>[]()[][]) | |
![]() | WriteGuidWrapperArray(array<Nullable<(Of <<'(Guid>)>>)>[]()[][]) | |
![]() | WriteInt16(Int16) |
Writes a 16-bit signed integer to the stream.
Stream footprint: dynamic, 1-3 bytes.
|
![]() | WriteInt16Array(array<Int16>[]()[][]) | |
![]() | WriteInt16WrapperArray(array<Nullable<(Of <<'(Int16>)>>)>[]()[][]) | |
![]() | WriteInt32(Int32) |
Writes a 32-bit signed integer to the stream.
Stream footprint: dynamic, 1-5 bytes.
|
![]() | WriteInt32Array(array<Int32>[]()[][]) | |
![]() | WriteInt32Collection(ICollection<(Of <<'(Int32>)>>)) | |
![]() | WriteInt32Fixed(Int32) |
Writes a 32-bit signed integer to the stream in a fixed width.
Stream footprint: fixed, 4 bytes.
|
![]() | WriteInt32WrapperArray(array<Nullable<(Of <<'(Int32>)>>)>[]()[][]) | |
![]() | WriteInt64(Int64) |
Writes a 64-bit signed integer to the stream.
Stream footprint: dynamic, 1-9 bytes.
|
![]() | WriteInt64Array(array<Int64>[]()[][]) | |
![]() | WriteInt64WrapperArray(array<Nullable<(Of <<'(Int64>)>>)>[]()[][]) | |
![]() | WriteList<(Of <<'(T>)>>)(IList<(Of <<'(T>)>>)) | |
![]() | WriteNullableBoolean(Nullable<(Of <<'(Boolean>)>>)) |
Writes a nullable boolean value to the stream
Stream foot print: Fixed, 1 byte.
|
![]() | WriteNullableGuid(Nullable<(Of <<'(Guid>)>>)) |
Writes a nullable GUID.
|
![]() | WriteNullableInt(Nullable<(Of <<'(Int32>)>>)) |
Writes a nullable int
|
![]() | WriteNullableLong(Nullable<(Of <<'(Int64>)>>)) |
Writes a nullable long
|
![]() | WriteProperties(IDictionary<(Of <<'(String, String>)>>)) |
Write a string,string dictionary to the stream to be read as properties
|
![]() | WriteProperties(NameValueCollection) |
Write a string,string dictionary to the stream to be read as properties
|
![]() | WriteRepetitiveString(String, StorageType) | |
![]() | WriteRepetitiveStringCollection(ICollection<(Of <<'(String>)>>)) | |
![]() | WriteSingle(Single) |
Writes a single-precision floating-point number to the stream.
Stream footprint: dynamic, same as Int32.
|
![]() | WriteSingleArray(array<Single>[]()[][]) | |
![]() | WriteSingleWrapperArray(array<Nullable<(Of <<'(Single>)>>)>[]()[][]) | |
![]() | WriteString(String) |
Writes a string to the stream.
|
![]() | WriteStringArray(array<String>[]()[][]) | |
![]() | WriteTimeout |
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out.
(Inherited from Stream.) |
![]() | WriteTo(Stream) |
Writes the entire contents of this memory stream to another stream.
(Inherited from MemoryStream.) |
![]() | WriteUserObject(PbsWritable) |
![](../icons/collapse_all.gif)
Object | ||||
![]() | MarshalByRefObject | |||
![]() | Stream | |||
![]() | MemoryStream | |||
![]() | PbsOutputStream |