Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java109 public class Base64 class
403 private Base64(){} in Base64() method in Base64
421 Base64.encodeFileToFile( infile, outfile ); in main()
424 Base64.decodeFileToFile( infile, outfile ); in main()
600 b64os = new Base64.OutputStream( baos, ENCODE | options ); in encodeObject()
730 Base64.OutputStream b64os = null; in encodeBytes()
737 b64os = new Base64.OutputStream( baos, ENCODE | options ); in encodeBytes()
1120 Base64.OutputStream bos = null; in encodeToFile()
1123 bos = new Base64.OutputStream( in encodeToFile()
1124 new java.io.FileOutputStream( filename ), Base64.ENCODE ); in encodeToFile()
[all …]
H A DXSLTFilterOLEExtracter.java121 return Base64.encodeBytes(oledata[0]); in getByName()
173 return Base64.encodeBytes(result); in getEncodedSubStorage()
199 byte[] oledata = Base64.decode(aBase64); in loadRootStorageFromBase64()
244 byte[] oledata = Base64.decode(aBase64); in insertSubStorage()
/AOO41X/main/filter/source/xsltfilter/
H A Dmakefile.mk84 $(CLASSDIR)/com/sun/star/comp/xsltfilter/Base64.class \