Class Comment

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

public class Comment extends Object
  • Field Details

    • comment_lengths

      public int[] comment_lengths
    • comments

      public int comments
    • user_comments

      public byte[][] user_comments
    • vendor

      public byte[] vendor
  • Constructor Details

    • Comment

      public Comment()
  • Method Details

    • add

      public void add(String string)
    • add_tag

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

      public String getComment(int int1)
    • getVendor

      public String getVendor()
    • header_out

      public int header_out(Packet packet)
    • init

      public void init()
    • query

      public String query(String string)
    • query

      public String query(String string, int int1)
    • toString

      public String toString()
      Overrides:
      toString in class Object