C# Class CmisSync.Lib.Storage.FileSystem.ExtendedAttributeReaderDos.StreamInfo

Datei anzeigen Open project: OpenDataSpace/CmisSync

Public Properties

Property Type Description
Name string
Size long
Type StreamType

Public Methods

Method Description
StreamInfo ( string name, StreamType type, long size ) : System

Method Details

StreamInfo() public method

public StreamInfo ( string name, StreamType type, long size ) : System
name string
type StreamType
size long
return System

Property Details

Name public_oe property

public string Name
return string

Size public_oe property

public long Size
return long

Type public_oe property

public StreamType Type
return StreamType