Home
last modified time | relevance | path

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

/external/xz-java/src/org/tukaani/xz/lzma/
DLZMAEncoder.java220 if (!lz.isStarted() && !encodeInit()) in encodeForLZMA1()
247 if (!lz.isStarted() && !encodeInit()) in encodeForLZMA2()
261 private boolean encodeInit() throws IOException { in encodeInit() method in LZMAEncoder
271 literalEncoder.encodeInit(); in encodeInit()
551 void encodeInit() throws IOException { in encodeInit() method in LZMAEncoder.LiteralEncoder