Lines Matching refs:null

587         java.io.ByteArrayOutputStream  baos  = null;   in encodeObject()
588 java.io.OutputStream b64os = null; in encodeObject()
589 java.io.ObjectOutputStream oos = null; in encodeObject()
590 java.util.zip.GZIPOutputStream gzos = null; in encodeObject()
616 return null; in encodeObject()
728 java.io.ByteArrayOutputStream baos = null; in encodeBytes()
729 java.util.zip.GZIPOutputStream gzos = null; in encodeBytes()
730 Base64.OutputStream b64os = null; in encodeBytes()
746 return null; in encodeBytes()
962 return null; in decode()
1016 if( bytes != null && bytes.length >= 4 ) in decode()
1022 java.io.ByteArrayInputStream bais = null; in decode()
1023 java.util.zip.GZIPInputStream gzis = null; in decode()
1024 java.io.ByteArrayOutputStream baos = null; in decode()
1076 java.io.ByteArrayInputStream bais = null; in decodeToObject()
1077 java.io.ObjectInputStream ois = null; in decodeToObject()
1078 Object obj = null; in decodeToObject()
1090 obj = null; in decodeToObject()
1095 obj = null; in decodeToObject()
1120 Base64.OutputStream bos = null; in encodeToFile()
1154 Base64.OutputStream bos = null; in decodeToFile()
1188 byte[] decodedData = null; in decodeFromFile()
1189 Base64.InputStream bis = null; in decodeFromFile()
1194 byte[] buffer = null; in decodeFromFile()
1202 return null; in decodeFromFile()
1245 String encodedData = null; in encodeFromFile()
1246 Base64.InputStream bis = null; in encodeFromFile()
1294 java.io.InputStream in = null; in encodeFileToFile()
1295 java.io.OutputStream out = null; in encodeFileToFile()
1331 java.io.InputStream in = null; in decodeFileToFile()
1332 java.io.OutputStream out = null; in decodeFileToFile()
1794 buffer = null; in close()
1795 out = null; in close()