classes.io.netty.buffer.SwappedByteBuf.class Maven / Gradle / Ivy
???? 2?
??? ?
? ??
?? ?? ?? ?? ?
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
?
?
? ??
?
?
? ???
?
?
? ????
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
!
?
"
?
?#
?$
?%
?&
?'
?(
?)
?*
?+
?,
?-
?.
?/
?0
?1
?1
?2
?3
?3
?4
?5
?5
?6
?7
?7
?8
??
?9
?:
?;
?<
?=
?>
??
?@
?A
?B
?C
?D
?E
?F
?G
?H
?I
?J
?K
?L
?I
?K
?L
?M
?N
?O
?P
?Q
?R
?S
?T
?U
?V
?W
?X
?Y
?Z
?[
?\
?]
?^
?_
?`
?a
?b
?c
?d
?e
?f
?g
?h
?i
jk
?l
?l
?m
?n
?o
?p
?q
?r
?s
?t
?u
?v
?w
?x
?y
?z
?{
?|
?}~
??
???
??
??
??
??
?z
?y
?x
?w
??? buf Lio/netty/buffer/ByteBuf; order Ljava/nio/ByteOrder; (Lio/netty/buffer/ByteBuf;)V Code LineNumberTable LocalVariableTable this Lio/netty/buffer/SwappedByteBuf;
StackMapTable?~ ()Ljava/nio/ByteOrder; /(Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
endianness unwrap ()Lio/netty/buffer/ByteBuf; alloc $()Lio/netty/buffer/ByteBufAllocator; capacity ()I (I)Lio/netty/buffer/ByteBuf; newCapacity I maxCapacity
isReadOnly ()Z
asReadOnly isDirect readerIndex writerIndex setIndex (II)Lio/netty/buffer/ByteBuf;
readableBytes
writableBytes maxWritableBytes
isReadable (I)Z size
isWritable clear markReaderIndex resetReaderIndex markWriterIndex resetWriterIndex discardReadBytes discardSomeReadBytes ensureWritable (IZ)I minWritableBytes force Z
getBoolean index getByte (I)B getUnsignedByte (I)S getShort
getShortLE getUnsignedShort (I)I getUnsignedShortLE getMedium getMediumLE getUnsignedMedium getUnsignedMediumLE getInt getIntLE getUnsignedInt (I)J getUnsignedIntLE getLong getLongLE getChar (I)C getFloat (I)F getDouble (I)D getBytes 5(ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf; dst 6(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf; length 7(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf; dstIndex (I[B)Lio/netty/buffer/ByteBuf; [B (I[BII)Lio/netty/buffer/ByteBuf; 1(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf; Ljava/nio/ByteBuffer; 3(ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf; out Ljava/io/OutputStream;
Exceptions? -(ILjava/nio/channels/GatheringByteChannel;I)I (Ljava/nio/channels/GatheringByteChannel; %(ILjava/nio/channels/FileChannel;JI)I Ljava/nio/channels/FileChannel; position J getCharSequence 6(IILjava/nio/charset/Charset;)Ljava/lang/CharSequence; charset Ljava/nio/charset/Charset;
setBoolean (IZ)Lio/netty/buffer/ByteBuf; value setByte setShort
setShortLE setMedium setMediumLE setInt setIntLE setLong (IJ)Lio/netty/buffer/ByteBuf; setLongLE setChar setFloat (IF)Lio/netty/buffer/ByteBuf; F setDouble (ID)Lio/netty/buffer/ByteBuf; D setBytes src srcIndex (ILjava/io/InputStream;I)I in Ljava/io/InputStream; .(ILjava/nio/channels/ScatteringByteChannel;I)I )Ljava/nio/channels/ScatteringByteChannel; setZero setCharSequence 6(ILjava/lang/CharSequence;Ljava/nio/charset/Charset;)I sequence Ljava/lang/CharSequence; readBoolean readByte ()B readUnsignedByte ()S readShort readShortLE readUnsignedShort readUnsignedShortLE
readMedium readMediumLE readUnsignedMedium readUnsignedMediumLE readInt readIntLE readUnsignedInt ()J readUnsignedIntLE readLong
readLongLE readChar ()C readFloat ()F
readDouble ()D readBytes readSlice readRetainedSlice 4(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf; 5(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf; 6(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf; ([B)Lio/netty/buffer/ByteBuf; ([BII)Lio/netty/buffer/ByteBuf; 0(Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf; 2(Ljava/io/OutputStream;I)Lio/netty/buffer/ByteBuf; ,(Ljava/nio/channels/GatheringByteChannel;I)I $(Ljava/nio/channels/FileChannel;JI)I readCharSequence 5(ILjava/nio/charset/Charset;)Ljava/lang/CharSequence; skipBytes writeBoolean (Z)Lio/netty/buffer/ByteBuf; writeByte
writeShort writeShortLE writeMedium
writeMediumLE writeInt
writeIntLE writeLong (J)Lio/netty/buffer/ByteBuf; writeLongLE writeChar
writeFloat (F)Lio/netty/buffer/ByteBuf; writeDouble (D)Lio/netty/buffer/ByteBuf;
writeBytes (Ljava/io/InputStream;I)I -(Ljava/nio/channels/ScatteringByteChannel;I)I writeZero writeCharSequence 5(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I indexOf (IIB)I fromIndex toIndex B bytesBefore (B)I (IB)I forEachByte (Lio/netty/util/ByteProcessor;)I processor Lio/netty/util/ByteProcessor; "(IILio/netty/util/ByteProcessor;)I forEachByteDesc copy slice
retainedSlice duplicate retainedDuplicate nioBufferCount nioBuffer ()Ljava/nio/ByteBuffer; (II)Ljava/nio/ByteBuffer; internalNioBuffer
nioBuffers ()[Ljava/nio/ByteBuffer; i [Ljava/nio/ByteBuffer;? (II)[Ljava/nio/ByteBuffer; hasArray array ()[B arrayOffset hasMemoryAddress
memoryAddress toString .(Ljava/nio/charset/Charset;)Ljava/lang/String; 0(IILjava/nio/charset/Charset;)Ljava/lang/String; refCnt retain increment touch -(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf; hint Ljava/lang/Object; release decrement hashCode equals (Ljava/lang/Object;)Z obj compareTo (Lio/netty/buffer/ByteBuf;)I buffer ()Ljava/lang/String; 4(Ljava/lang/Object;)Lio/netty/util/ReferenceCounted; "()Lio/netty/util/ReferenceCounted; #(I)Lio/netty/util/ReferenceCounted; (Ljava/lang/Object;)I
SourceFile SwappedByteBuf.java
Deprecated RuntimeVisibleAnnotations Ljava/lang/Deprecated; ?? java/lang/NullPointerException ?? ? ? ? ??? ?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ???s ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??? ?
????????!#$&+-12568 ?9 ?; ?= ??@????IIII!I#I$ILIOI-Q ?RSV ?WXYZ[Z\Z_ ?` ?c ?d ?hfp ? ? ?q ?r ?psptpupvpwpxpypzp{|}~ ??? ?? ?? ?? ????s?t?u?v?w?x?????{? ???????????????????? ?? ?? ?? ?? ?? ?? ?? ?? ???? ????????? ???? ?? ??f????? ?? ?? ?? ???? ?? ?? ? io/netty/buffer/ByteBuf???? java/lang/StringBuilder Swapped(?????????? io/netty/buffer/SwappedByteBuf java/io/IOException ()V (Ljava/lang/String;)V java/nio/ByteOrder
BIG_ENDIAN
LITTLE_ENDIAN io/netty/buffer/Unpooled unmodifiableBuffer io/netty/buffer/ByteBufUtil swapShort (S)S
swapMedium swapInt swapLong (J)J java/lang/Float intBitsToFloat java/lang/Double longBitsToDouble (J)D floatToRawIntBits (F)I doubleToRawLongBits (D)J java/nio/ByteBuffer +(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer; 5(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Z compare 5(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)I append -(Ljava/lang/String;)Ljava/lang/StringBuilder; -(Ljava/lang/Object;)Ljava/lang/StringBuilder; (C)Ljava/lang/StringBuilder; ! ? ? ? ? ? ? ? ? ? ? ? 3*? +?
? Y? ?*+? +? ? ?
*? ? ?
*? ? ? ? " * + , . / ! 0 + 2 2 4 ? 3 ? ? 3 ? ? ? ? ? ? ? ? ? / *? ? ? 8 ? ? ? ? ? ? k +?
? Y
? ?+*? ? *?*? ? ? = > @ A C ? ? ? ? ? ? ? ? ? 2 *? ? ? ? H ? ? ? ? ? ? 2 *? ? ? ? M ? ? ? ? ? ? 2 *? ?
? ? R ? ? ? ? ? ? C *? ? W*? ?
W X ? ? ? ? ? ? ? ? 2 *? ? ? ? ] ? ? ? ? ? ? 2 *? ? ? ? b ? ? ? ? ? ? / *? ? ? g ? ? ? ? ? ? 2 *? ? ? ? l ? ? ? ? ? ? 2 *? ? ? ? q ? ? ? ? ? ? C *? ? W*? ?
v w ? ? ? ? ? ? ? ? 2 *? ? ? ? | ? ? ? ? ? ? C *? ? W*? ?
? ? ? ? ? ? ? ? ? ? N *? ? W*? ?
?
? ? ? ? ? ? ? ? ? ? ? 2 *? ? ? ? ? ? ? ? ? ? ? 2 *? ? ? ? ? ? ? ? ? ? ? 2 *? ? ? ? ? ? ? ? ? ? ? 2 *? ? ? ? ? ? ? ? ? ? ? = *? ? ? ? ? ? ? ? ? ? ? ? ? 2 *? ? ? ? ? ? ? ? ? ? ? = *? ? ? ? ? ? ? ? ? ? ? ? ? 8
*? ? W*? ?
? ? ?
? ? ? ? ? 8
*? ? W*? ?
? ? ?
? ? ? ? ? 8
*? ? !W*? ?
? ? ?
? ? ? ? ? 8
*? ? "W*? ?
? ? ?
? ? ? ? ? 8
*? ? #W*? ?
? ? ?
? ? ? ? ? 8
*? ? $W*? ?
? ? ?
? ? ? ? ? 8
*? ? %W*? ?
? ? ?
? ? ? ? ? C *? ? &W*? ?
? ? ? ? ? ? ? ? ? ? H
*? ? '? ? ? ?
? ?
? ?
? ? ? ? ? = *? ? (? ? ? ? ? ? ? ? ? = *? ? )? ? ? ? ? ? ? ? ? = *? ? *? ? ? ? ? ? ? ? ? @ *? ? +? ,? ? ? ? ? ? ? ? ? = *? ? +? ? ? ? ? ? ? ? ? = *? -.~? ? ? ? ? ? ? ? ? = *? /.~? ? ? ? ? ? ? ? @ *? ? 0? 1? ? ? ? ? ? ?
? = *? ? 0? ?
? ? ? ? ? ? = *? 23~? ? ? ? ? ? ? ? = *? 43~? ? ? ? ? ? ?
? @ *? ? 5? 6? ? ? ? ? ? ? ? = *? ? 5? ? ! ? ? ? ? ? ? ? *? 7? 8? ? &