Here you can find the source of parseEsInfo(ByteBuffer read)
private static void parseEsInfo(ByteBuffer read)
//package com.java2s; /**//from w ww . j a v a 2s. c o m * This class is part of JCodec ( www.jcodec.org ) This software is distributed * under FreeBSD License * * @author The JCodec project * */ import java.nio.ByteBuffer; public class Main { private static void parseEsInfo(ByteBuffer read) { } }