Tutorial by Examples

This class open a .gz file (usual format of compressed log files) and will return a line at each call of .NextLine() There is no memory usage for temporary decompression, very useful for large file. Imports System.IO Class logread_gz Private ptr As FileStream Private UnGZPtr As Compress...

Page 1 of 1