ariba.util.io
Interface BufferedSort.SortBuffer

Enclosing class:
BufferedSort

public static interface BufferedSort.SortBuffer


Method Summary
 void close()
           
 void dispose()
           
 BufferedSort.SortBuffer newSortBuffer()
           
 BufferedSort.Resource next()
           
 boolean open(boolean force)
           
 void write(BufferedSort.Resource value)
           
 

Method Detail

next

BufferedSort.Resource next()
                           throws java.io.IOException
Throws:
java.io.IOException

write

void write(BufferedSort.Resource value)
           throws java.io.IOException
Throws:
java.io.IOException

open

boolean open(boolean force)
             throws java.io.IOException
Throws:
java.io.IOException

close

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

dispose

void dispose()

newSortBuffer

BufferedSort.SortBuffer newSortBuffer()
                                      throws java.io.IOException
Throws:
java.io.IOException


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.