Here you can find the source of bytes(final byte... elements)
public static byte[] bytes(final byte... elements)
//package com.java2s; //License from project: Open Source License public class Main { public static byte[] bytes(final byte... elements) { return elements; }/*from w w w . j a v a 2s . c o m*/ }