Class Comment

java.lang.Object
com.jcraft.jorbis.Comment

@Environment(CLIENT) public class Comment extends Object
  • Field Details

    • _vorbis

      private static byte[] _vorbis
    • _vendor

      private static byte[] _vendor
    • OV_EIMPL

      private static final int OV_EIMPL
      See Also:
    • user_comments

      public byte[][] user_comments
    • comment_lengths

      public int[] comment_lengths
    • comments

      public int comments
    • vendor

      public byte[] vendor
  • Constructor Details

    • Comment

      public Comment()
  • Method Details

    • init

      public void init()
    • add

      public void add(String string)
    • add

      private void add(byte[] byte2)
    • add_tag

      public void add_tag(String string, String string2)
    • tagcompare

      static boolean tagcompare(byte[] byte2, byte[] byte3, int int2)
    • query

      public String query(String string)
    • query

      public String query(String string, int int2)
    • query

      private int query(byte[] byte2, int int2)
    • unpack

      int unpack(Buffer buffer)
    • pack

      int pack(Buffer buffer)
    • header_out

      public int header_out(Packet packet)
    • clear

      void clear()
    • getVendor

      public String getVendor()
    • getComment

      public String getComment(int int2)
    • toString

      public String toString()
      Overrides:
      toString in class Object