java - How to UUEncode in android -


using libraries, can uuencode binary in android java? couldn't find uuencoder api available in java android.

does know such api?

the libraries i'm aware of uuencoding oracle's, ships java sdk (and not replicated in android sdk), , 1 in ant.

i'm guessing you're not going want include ant library in android application.

i did find source sun/oracle's uuencoder @ http://www.docjar.com/html/api/sun/misc/uuencoder.java.html

it's gpl2 licensed, if feel software can meet demands of license, copy source 1 class application.

failing that, implement algorithm yourself. see, example, http://www.herongyang.com/encoding/uuencode-algorithm.html


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -