OSMQ
v2.0.1

osmq.io
Class ZipPacketFileOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byjava.io.FilterOutputStream
          extended byosmq.io.PacketOutputStream
              extended byosmq.io.ZipPacketFileOutputStream
All Implemented Interfaces:
WriterStream

public class ZipPacketFileOutputStream
extends PacketOutputStream


Field Summary
 
Fields inherited from class osmq.io.PacketOutputStream
NULL_INT_ARRAY
 
Constructor Summary
ZipPacketFileOutputStream(java.lang.String filename)
           
ZipPacketFileOutputStream(java.lang.String filename, boolean append)
           
 
Methods inherited from class osmq.io.PacketOutputStream
println, write, writeBytes, writeNull
 
Methods inherited from class java.io.FilterOutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface osmq.io.WriterStream
close, flush
 

Constructor Detail

ZipPacketFileOutputStream

public ZipPacketFileOutputStream(java.lang.String filename)
                          throws java.io.IOException

ZipPacketFileOutputStream

public ZipPacketFileOutputStream(java.lang.String filename,
                                 boolean append)
                          throws java.io.IOException

(c) 2000 - 2003 MQue Systems
All Rights Reserved