GetBytesChunks Method
Summary
Returns a chunk of bytes from a 3D volume file.
Syntax
public static List<Stream> GetBytesChunks(
string volumeFile
)
Public Shared Function GetBytesChunks( _
ByVal volumeFile As String _
) As List(Of Stream)
public: static List<Stream^>^ GetBytesChunks(
string^ volumeFile
)
Parameters
Return Value
Type: List of System.Byte Array A list which contains the chunks of bytes from the provided 3D volume file.