• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:byte

80     ctor public PacketSocketAddress(int, int, byte[]);
468 method public final byte get();
469 method public final byte get(int);
484 method public final java.nio.ByteBuffer put(byte);
485 method public final java.nio.ByteBuffer put(int, byte);
510 method public static byte[] unsafeArray(java.nio.ByteBuffer);
613 …method public static int read(@NonNull java.io.FileDescriptor, @NonNull byte[], int, int) throws j…
614 …method public static void write(@NonNull java.io.FileDescriptor, @NonNull byte[], int, int) throws…
623 …method @NonNull public static byte[] readFileAsByteArray(@NonNull String) throws java.io.IOExcepti…
631 method public static int peekInt(@NonNull byte[], int, @NonNull java.nio.ByteOrder);
632 method public static short peekShort(@NonNull byte[], int, @NonNull java.nio.ByteOrder);
633 method public static void pokeInt(@NonNull byte[], int, int, @NonNull java.nio.ByteOrder);
634 method public static void pokeLong(@NonNull byte[], int, long, @NonNull java.nio.ByteOrder);
635 method public static void pokeShort(@NonNull byte[], int, short, @NonNull java.nio.ByteOrder);
645 …method public static void readFully(@NonNull java.io.InputStream, @NonNull byte[]) throws java.io.…
646 …method @NonNull public static byte[] readFully(@NonNull java.io.InputStream) throws java.io.IOExce…
648 …method @NonNull public static byte[] readFullyNoClose(@NonNull java.io.InputStream) throws java.io…
702 field @NonNull public static final byte[] BYTE;
752 method public static byte[] decode(String) throws java.lang.IllegalArgumentException;
753 method public static byte[] decode(String, boolean) throws java.lang.IllegalArgumentException;
754 method public static byte[] decode(char[]) throws java.lang.IllegalArgumentException;
755 method public static byte[] decode(char[], boolean) throws java.lang.IllegalArgumentException;
756 method public static char[] encode(byte[]);
757 method public static char[] encode(byte[], boolean);
758 method public static char[] encode(byte[], int, int);
759 method public static String encodeToString(byte, boolean);
760 method public static String encodeToString(byte[]);
761 method public static String encodeToString(byte[], boolean);
788 ctor public Chunk(int, byte[], int, int);
839 method public byte getByte(Object, long);
840 method public byte getByte(long);
853 method public void putByte(Object, long, byte);
854 method public void putByte(long, byte);
881 ctor public PKCS7(byte[]) throws sun.security.pkcs.ParsingException;
885 …method public sun.security.pkcs.SignerInfo[] verify(byte[]) throws java.security.NoSuchAlgorithmEx…