C# Class ThemeEditor.WPF.Experimental.CWAV.CwavFile

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: usagirei/3DS-Theme-Editor Class Usage Examples

Public Properties

Property Type Description
EmptyData byte[]

Public Methods

Method Description
CwavFile ( byte data ) : System
DecodeCwav ( byte cwavData ) : byte[]
Empty ( ) : CwavFile
EncodeCwav ( byte wavData ) : byte[]

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
EnsureSize ( ) : void

Method Details

CwavFile() public method

public CwavFile ( byte data ) : System
data byte
return System

DecodeCwav() public static method

public static DecodeCwav ( byte cwavData ) : byte[]
cwavData byte
return byte[]

Empty() public static method

public static Empty ( ) : CwavFile
return CwavFile

EncodeCwav() public static method

public static EncodeCwav ( byte wavData ) : byte[]
wavData byte
return byte[]

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

Property Details

EmptyData public_oe static_oe property

public static byte[] EmptyData
return byte[]