Class SimpleVarArgsConstructorDemo


  • public class SimpleVarArgsConstructorDemo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[][] byteArrays  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[][] getByteArrays()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • byteArrays

        private final byte[][] byteArrays
    • Constructor Detail

      • SimpleVarArgsConstructorDemo

        public SimpleVarArgsConstructorDemo​(byte[]... byteArrays)
    • Method Detail

      • getByteArrays

        public byte[][] getByteArrays()