Searched defs:BZIP2 (Results 1 – 6 of 6) sorted by relevance
66 pub const BZIP2: Self = CompressionMethod::Bzip2; constant68 pub const BZIP2: Self = CompressionMethod::Unsupported(12); constant
51 BZIP2(new byte[] { (byte)0x04, (byte)0x02, (byte)0x02 }), enumConstant
118 public static final String BZIP2 = "bzip2"; field in CompressorStreamFactory
124 BZIP2(12), enumConstant
388 public static final MediaType BZIP2 = createConstant(APPLICATION_TYPE, "x-bzip2"); field in MediaType