Uses of Class org.globus.ftp.ByteRangeList (Java Globus API)

Uses of Class
org.globus.ftp.ByteRangeList

Packages that use ByteRangeList
org.globus.ftp   
 

Uses of ByteRangeList in org.globus.ftp
 

Methods in org.globus.ftp with parameters of type ByteRangeList
 boolean ByteRangeList.equals(ByteRangeList other)
           
 void ByteRangeList.merge(ByteRangeList other)
          Merge into this list all the ranges contained in the given ByteRangeList using merge(ByteRange).