mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 20:39:29 +08:00
(DscDecoder): added Length property.
This commit is contained in:
parent
46dbf2b142
commit
ff54563560
@ -160,6 +160,7 @@ namespace GameRes.Formats.BGI
|
|||||||
uint m_dec_count;
|
uint m_dec_count;
|
||||||
|
|
||||||
public byte[] Output { get { return m_output; } }
|
public byte[] Output { get { return m_output; } }
|
||||||
|
public uint Length { get { return m_dst_size; } }
|
||||||
|
|
||||||
public DscDecoder (ArcView.Frame input)
|
public DscDecoder (ArcView.Frame input)
|
||||||
: base (new ArcView.ArcStream (input, input.Offset+0x20, input.Reserved-0x20))
|
: base (new ArcView.ArcStream (input, input.Offset+0x20, input.Reserved-0x20))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user