org.blue.include
Class nagios_h.mmapfile

java.lang.Object
  extended by org.blue.include.nagios_h.mmapfile
Enclosing class:
nagios_h

public static class nagios_h.mmapfile
extends java.lang.Object


Field Summary
 java.nio.CharBuffer char_buf
           
 long current_line
           
 long current_position
           
 java.nio.channels.FileChannel fc
           
 java.io.FileDescriptor fd
           
 long file_size
           
 java.nio.MappedByteBuffer mmap_buf
           
 int mode
           
 java.lang.String path
           
 
Constructor Summary
nagios_h.mmapfile()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

public java.lang.String path

mode

public int mode

file_size

public long file_size

current_position

public long current_position

current_line

public long current_line

fd

public java.io.FileDescriptor fd

fc

public java.nio.channels.FileChannel fc

mmap_buf

public java.nio.MappedByteBuffer mmap_buf

char_buf

public java.nio.CharBuffer char_buf
Constructor Detail

nagios_h.mmapfile

public nagios_h.mmapfile()