Uses of Class
krati.core.segment.SegmentOverflowException

Packages that use SegmentOverflowException
krati.core.segment   
 

Uses of SegmentOverflowException in krati.core.segment
 

Methods in krati.core.segment that throw SegmentOverflowException
 int MemorySegment.append(byte[] data)
           
 int WriteBufferSegment.append(byte[] data)
           
 int ChannelSegment.append(byte[] data)
           
 int MappedSegment.append(byte[] data)
           
 int MemorySegment.append(byte[] data, int offset, int length)
           
 int WriteBufferSegment.append(byte[] data, int offset, int length)
           
 int ChannelSegment.append(byte[] data, int offset, int length)
           
 int MappedSegment.append(byte[] data, int offset, int length)
           
 int MemorySegment.appendInt(int value)
           
 int WriteBufferSegment.appendInt(int value)
           
 int ChannelSegment.appendInt(int value)
           
 int MappedSegment.appendInt(int value)
           
 int MemorySegment.appendLong(long value)
           
 int WriteBufferSegment.appendLong(long value)
           
 int ChannelSegment.appendLong(long value)
           
 int MappedSegment.appendLong(long value)
           
 int MemorySegment.appendShort(short value)
           
 int WriteBufferSegment.appendShort(short value)
           
 int ChannelSegment.appendShort(short value)
           
 int MappedSegment.appendShort(short value)
           
 



Copyright © 2011. All Rights Reserved.