com.ibm.ims.db
Interface DLISegmentStream

All Known Implementing Classes:
DLIClobSegmentStream, XMSShredder

public interface DLISegmentStream

This is an interface for segment producing streams like used by the clob or XMSShredder.


Method Summary
 boolean fillTopSegment(DLISegment topSegment)
           
 DLISegment getSegment()
           
 boolean moreSegments()
           
 

Method Detail

fillTopSegment

public boolean fillTopSegment(DLISegment topSegment)
                       throws java.io.IOException,
                              DLIException

moreSegments

public boolean moreSegments()
                     throws java.io.IOException

getSegment

public DLISegment getSegment()
                      throws java.io.IOException,
                             DLIException


(C) International Business Machines Corporation 2004. All rights reserved.