(DscDecoder): added Length property.

This commit is contained in:
morkt 2015-08-31 01:06:40 +04:00
parent 46dbf2b142
commit ff54563560

View File

@ -160,6 +160,7 @@ namespace GameRes.Formats.BGI
uint m_dec_count;
public byte[] Output { get { return m_output; } }
public uint Length { get { return m_dst_size; } }
public DscDecoder (ArcView.Frame input)
: base (new ArcView.ArcStream (input, input.Offset+0x20, input.Reserved-0x20))