GigaSpaces XAP.NET Documentation
GetInputStream Method (buffer)
Class LibraryGigaSpaces.Core.Internal.PbsPbsStreamResourceGetInputStream(array<Byte>[]()[][])
For internal use, gets an input stream from the resource pool that wrapers the specified buffer
Declaration Syntax
C#Visual BasicVisual C++J#
public static PbsInputStream GetInputStream(
	byte[] buffer
)
Public Shared Function GetInputStream ( _
	buffer As Byte() _
) As PbsInputStream
public:
static PbsInputStream^ GetInputStream(
	array<unsigned char>^ buffer
)
public static PbsInputStream GetInputStream(
	byte[] buffer
)
Parameters
buffer (array<Byte>[]()[][])

[Missing <param name="buffer"/> documentation for "M:GigaSpaces.Core.Internal.Pbs.PbsStreamResource.GetInputStream(System.Byte[])"]

Return Value

[Missing <returns> documentation for "M:GigaSpaces.Core.Internal.Pbs.PbsStreamResource.GetInputStream(System.Byte[])"]

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)