OSMQ
v2.0.1

osmq.io
Class ZipPacketFileInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended byosmq.io.PacketInputStream
              extended byosmq.io.ZipPacketFileInputStream
All Implemented Interfaces:
ReaderStream

public class ZipPacketFileInputStream
extends PacketInputStream


Constructor Summary
ZipPacketFileInputStream(java.io.File file)
           
ZipPacketFileInputStream(java.lang.String filename)
           
 
Methods inherited from class osmq.io.PacketInputStream
getLastPacketSize, isEOF, read, readBytes, readBytes, readln
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface osmq.io.ReaderStream
close
 

Constructor Detail

ZipPacketFileInputStream

public ZipPacketFileInputStream(java.lang.String filename)
                         throws java.io.FileNotFoundException,
                                java.io.IOException

ZipPacketFileInputStream

public ZipPacketFileInputStream(java.io.File file)
                         throws java.io.FileNotFoundException,
                                java.io.IOException

(c) 2000 - 2003 MQue Systems
All Rights Reserved