using System; // Token: 0x02000138 RID: 312 public class AssetStream { // Token: 0x06000856 RID: 2134 RVA: 0x0002591C File Offset: 0x00023B1C public static bool GetZipFileOffsetLength(string zipFilePath, string fileName, out long offset, out long length) { offset = 0L; length = 0L; return true; } }