The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Newsbot
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Quality
Search
Feedback


Class grendel.storage.DotTerminatedInputStream

All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.storage.DotTerminatedInputStream

java.lang.Object
   |
   +----java.io.InputStream
           |
           +----java.io.FilterInputStream
                   |
                   +----grendel.storage.DotTerminatedInputStream

class  DotTerminatedInputStream
     extends java.io.FilterInputStream
{
          // Fields 6
     private static final int CAPACITY;
     ByteBuf curline;
     boolean eof;
     ByteBuf inbuf;
     ByteLineBuffer linebuf;
     byte[] singlebyte;

          // Constructors 1
     DotTerminatedInputStream(InputStream);

          // Methods 7
     public void bufferUpEverything();
     public void close();
     public boolean markSupported();
     public int read() throws IOException;
     public int read(byte[]) throws IOException;
     public int read(byte[], int, int) throws IOException;
     public long skip(long);
}



Fields


CAPACITY

   private static final int CAPACITY


curline

   ByteBuf curline


inbuf

   ByteBuf inbuf


linebuf

   ByteLineBuffer linebuf


eof

   boolean eof


singlebyte

   byte[] singlebyte



Constructors


DotTerminatedInputStream

   DotTerminatedInputStream(InputStream s) 



Methods


read

   public int read(byte[] buf, 
                   int start, 
                   int length)  throws IOException
Overrides:
read in class FilterInputStream


read

   public int read(byte[] buf)  throws IOException
Overrides:
read in class FilterInputStream


read

   public int read()  throws IOException
Overrides:
read in class FilterInputStream


skip

   public long skip(long n) 
Overrides:
skip in class FilterInputStream


markSupported

   public boolean markSupported() 
Overrides:
markSupported in class FilterInputStream


close

   public void close() 
Overrides:
close in class FilterInputStream


bufferUpEverything

   public void bufferUpEverything() 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4



Copyright © 1998 The Mozilla Organization.