Uses of Class
com.edsdev.jconvert.util.ByteBuffer

Packages that use ByteBuffer
com.edsdev.jconvert.util   
 

Uses of ByteBuffer in com.edsdev.jconvert.util
 

Methods in com.edsdev.jconvert.util that return ByteBuffer
static ByteBuffer Http.getURL(java.net.URL dataURL)
           
static ByteBuffer Http.getURL(java.net.URL dataURL, java.lang.String inCookie)
          Retrieve data from HTTP in raw byte form.
static ByteBuffer Http.receiveData(java.net.URLConnection uc)
          Retrieve raw data from an already existing URL connection.
 



JConvert - opensource project by Ed Sarrazin