Home
last modified time | relevance | path

Searched refs:ENCODE (Results 1 – 1 of 1) sorted by relevance

/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java119 public final static int ENCODE = 1; field in Base64
600 b64os = new Base64.OutputStream( baos, ENCODE | options ); in encodeObject()
737 b64os = new Base64.OutputStream( baos, ENCODE | options ); in encodeBytes()
1124 new java.io.FileOutputStream( filename ), Base64.ENCODE ); in encodeToFile()
1258 new java.io.FileInputStream( file ) ), Base64.ENCODE ); in encodeFromFile()
1300 Base64.ENCODE ); in encodeFileToFile()
1419 this.encode = (options & ENCODE) == ENCODE; in InputStream()
1626 this( out, ENCODE ); in OutputStream()
1654 this.encode = (options & ENCODE) == ENCODE; in OutputStream()

Completed in 22 milliseconds