, , , ByteStream. byte[] int[], :
int[] a = {1,2,3};
System.out.println(IntStream.of(a).count());
Stream<byte[]>, , static<T> Stream<T> of(T t), static<T> Stream<T> of(T... values) Stream, , , type .
System.out.println(Stream.of(b).count()); b , static<T> Stream<T> of(T... values) Stream<Byte> .