C# Class System.IO.Blob

显示文件 Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Blob ( ) : System.Collections.TypedArrays
Blob ( TypeOption blobParts ) : System.Collections.TypedArrays
Blob ( TypeOption blobParts, BlobPropertyBag options ) : System.Collections.TypedArrays
Close ( ) : void
Slice ( ) : Blob
Slice ( long start ) : Blob
Slice ( long start, long end ) : Blob
Slice ( long start, long end, string contentType ) : Blob

Method Details

Blob() public method

public Blob ( ) : System.Collections.TypedArrays
return System.Collections.TypedArrays

Blob() public method

public Blob ( TypeOption blobParts ) : System.Collections.TypedArrays
blobParts TypeOption
return System.Collections.TypedArrays

Blob() public method

public Blob ( TypeOption blobParts, BlobPropertyBag options ) : System.Collections.TypedArrays
blobParts TypeOption
options BlobPropertyBag
return System.Collections.TypedArrays

Close() public method

public Close ( ) : void
return void

Slice() public method

public Slice ( ) : Blob
return Blob

Slice() public method

public Slice ( long start ) : Blob
start long
return Blob

Slice() public method

public Slice ( long start, long end ) : Blob
start long
end long
return Blob

Slice() public method

public Slice ( long start, long end, string contentType ) : Blob
start long
end long
contentType string
return Blob