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

Show file 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 property

public string Name
return string

Size public property

public long Size
return long

Type public property

public StreamType Type
return StreamType