예제 #1
0
		// NOTE this returns the offset of the first byte after the signature.
		long LocateBlockWithSignature( int signature, long endLocation, int minimumBlockSize, int maximumVariableData ) {
			using( BlubbZipHelperStream les = new BlubbZipHelperStream( baseStream_ ) ) {
				return les.LocateBlockWithSignature( signature, endLocation, minimumBlockSize, maximumVariableData );
			}
		}