OSMQ
v2.0.1

osmq.util
Class TempFile

java.lang.Object
  extended byjava.io.OutputStream
      extended byjava.io.FilterOutputStream
          extended byjava.io.DataOutputStream
              extended byosmq.util.TempFile
All Implemented Interfaces:
java.io.DataOutput

public class TempFile
extends java.io.DataOutputStream


Constructor Summary
TempFile()
           
TempFile(java.io.File temp)
           
 
Methods inherited from class java.io.DataOutputStream
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 
Methods inherited from class java.io.FilterOutputStream
close, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.io.DataOutput
write
 

Constructor Detail

TempFile

public TempFile(java.io.File temp)
         throws java.io.IOException

TempFile

public TempFile()
         throws java.io.IOException

(c) 2000 - 2003 MQue Systems
All Rights Reserved