메소드 | 설명 | |
---|---|---|
EightBimProfile ( Stream stream ) : System |
Initializes a new instance of the EightBimProfile class.
|
|
EightBimProfile ( byte data ) : System |
Initializes a new instance of the EightBimProfile class.
|
|
EightBimProfile ( string fileName ) : System |
Initializes a new instance of the EightBimProfile class.
|
메소드 | 설명 | |
---|---|---|
CreateClipPath ( string name, int offset, int length ) : |
||
EightBimProfile ( |
||
GetClipPath ( int offset, int length ) : string | ||
Initialize ( ) : void |
public EightBimProfile ( Stream stream ) : System | ||
stream | Stream | The stream to read the 8bim profile from. |
리턴 | System |
public EightBimProfile ( byte data ) : System | ||
data | byte | The byte array to read the 8bim profile from. |
리턴 | System |
public EightBimProfile ( string fileName ) : System | ||
fileName | string | The fully qualified name of the 8bim profile file, or the relative /// 8bim profile file name. |
리턴 | System |