com.endeca.edf.adapter
Class BinaryFormatInputStream

java.lang.Object
  extended by com.endeca.edf.adapter.BinaryFormatInputStream

public class BinaryFormatInputStream
extends java.lang.Object


Nested Class Summary
static class BinaryFormatInputStream.BinaryFormatException
           
 
Constructor Summary
BinaryFormatInputStream(java.io.InputStream in)
           
 
Method Summary
 int available()
           
 void close()
           
 boolean readBoolean()
           
 double readDouble()
           
 void readFully(byte[] b, int offset, int len)
           
 int readInt()
           
 long readLong()
           
 java.lang.String readString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryFormatInputStream

public BinaryFormatInputStream(java.io.InputStream in)
                        throws java.io.IOException
Throws:
java.io.IOException
Method Detail

available

public int available()
              throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

readBoolean

public boolean readBoolean()
                    throws java.io.IOException
Throws:
java.io.IOException

readInt

public int readInt()
            throws java.io.IOException
Throws:
java.io.IOException

readDouble

public double readDouble()
                  throws java.io.IOException
Throws:
java.io.IOException

readLong

public long readLong()
              throws java.io.IOException
Throws:
java.io.IOException

readFully

public void readFully(byte[] b,
                      int offset,
                      int len)
               throws java.io.IOException
Throws:
java.io.IOException

readString

public java.lang.String readString()
                            throws java.io.IOException
Throws:
java.io.IOException


© 2008 Endeca Technologies, Inc.
Endeca Confidential