// Token: 0x06000030 RID: 48 RVA: 0x00003423 File Offset: 0x00001A23
 public void CopyPartToStreamHelper(StreamHelper destination, int size, int bufferSize = 4096)
 {
     this.CopyPartToStream(destination.Stream, size, bufferSize);
 }
 // Token: 0x0600002C RID: 44 RVA: 0x00003279 File Offset: 0x00001879
 public void CopyPartFromStreamHelper(StreamHelper source, int size, int bufferSize = 4096)
 {
     this.CopyPartFromStream(source._stream, size, bufferSize);
 }