package com.jcumulus.server.rtmfp.flow; /** * jCumulus is a Java port of Cumulus OpenRTMP * * Copyright 2011 OpenRTMFP * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License received along this program for more * details (or else see http://www.gnu.org/licenses/). * * * This file is a part of jCumulus. */ import com.jcumulus.server.rtmfp.pipe.B; public class A { public A(F f) { A = f; f.C(); } public void A(String s) { A.C(s); } public void A(String s, B b) { A.A(s, b); } public void A(E e) { A.A(e); } public void A(String s, int i) { A.A(s, Integer.valueOf(i)); } public void A(String s, double d) { A.A(s, Double.valueOf(d)); } public void A(String s, String s1) { A.A(s, s1); } public void A(String s, byte abyte0[]) { A.A(s, abyte0); } public void A() { A.B(); } private F A; }