C# Class Poonya.SEA3D.Objects.SEAObject

Mostrar archivo Open project: sunag/sea3d Class Usage Examples

Public Properties

Property Type Description
Compressed bool
Name string
Streaming bool
Type string
tag object

Public Methods

Method Description
Read ( ByteArray stream ) : void
SEAObject ( ) : System
SEAObject ( string name, string type ) : System
Write ( ) : ByteArray

Method Details

Read() public method

public Read ( ByteArray stream ) : void
stream ByteArray
return void

SEAObject() public method

public SEAObject ( ) : System
return System

SEAObject() public method

public SEAObject ( string name, string type ) : System
name string
type string
return System

Write() public method

public Write ( ) : ByteArray
return ByteArray

Property Details

Compressed public_oe property

public bool Compressed
return bool

Name public_oe property

public string Name
return string

Streaming public_oe property

public bool Streaming
return bool

Type public_oe property

public string Type
return string

tag public_oe property

public object tag
return object