com.google.common.io.BaseEncoding.class Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
Java SDK for connecting to the Relayr Cloud
???? 2J
A ?
? ? Y
@ ?
? ?
@ ?
? ?
@ ? f ? f ? ? ? ]
?
A ?
? ?
? ? ?
? ?
?
? ?
@ ? ? ?
?
@ ?
? ?
? ?
@ ? ? ?
@ ? ? ?
@ ?
? ?
? ? ?
% ? ?
' ? @ ? @ ? @ ? @ @
.
?
1
3
SeparatedBaseEncoding InnerClasses StandardBaseEncoding Alphabet DecodingException BASE64 #Lcom/google/common/io/BaseEncoding;
BASE64_URL BASE32
BASE32_HEX BASE16 ()V Code LineNumberTable LocalVariableTable this encode ([B)Ljava/lang/String; bytes [B ([BII)Ljava/lang/String; i I
impossible Ljava/io/IOException; off len result
CharOutput 0Lcom/google/common/io/GwtWorkarounds$CharOutput;
byteOutput
ByteOutput 0Lcom/google/common/io/GwtWorkarounds$ByteOutput;
StackMapTable ? encodingStream ((Ljava/io/Writer;)Ljava/io/OutputStream; writer Ljava/io/Writer; RuntimeInvisibleAnnotations /Lcom/google/common/annotations/GwtIncompatible; value Writer,OutputStream L(Lcom/google/common/io/OutputSupplier;)Lcom/google/common/io/OutputSupplier; writerSupplier %Lcom/google/common/io/OutputSupplier; LocalVariableTypeTable 8Lcom/google/common/io/OutputSupplier<+Ljava/io/Writer;>;
Deprecated Signature w(Lcom/google/common/io/OutputSupplier<+Ljava/io/Writer;>;)Lcom/google/common/io/OutputSupplier; RuntimeVisibleAnnotations Ljava/lang/Deprecated; encodingSink @(Lcom/google/common/io/CharSink;)Lcom/google/common/io/ByteSink; encodedSink Lcom/google/common/io/CharSink; ByteSink,CharSink extract ([BI)[B trunc length decode (Ljava/lang/CharSequence;)[B badInput 5Lcom/google/common/io/BaseEncoding$DecodingException; chars Ljava/lang/CharSequence; ?
decodeChecked decodedInput ByteInput /Lcom/google/common/io/GwtWorkarounds$ByteInput; tmp index
Exceptions decodingStream '(Ljava/io/Reader;)Ljava/io/InputStream; reader Ljava/io/Reader; Reader,InputStream J(Lcom/google/common/io/InputSupplier;)Lcom/google/common/io/InputSupplier; readerSupplier $Lcom/google/common/io/InputSupplier; 7Lcom/google/common/io/InputSupplier<+Ljava/io/Reader;>; t(Lcom/google/common/io/InputSupplier<+Ljava/io/Reader;>;)Lcom/google/common/io/InputSupplier; decodingSource D(Lcom/google/common/io/CharSource;)Lcom/google/common/io/ByteSource;
encodedSource !Lcom/google/common/io/CharSource; ByteSource,CharSource maxEncodedSize (I)I b(Lcom/google/common/io/GwtWorkarounds$CharOutput;)Lcom/google/common/io/GwtWorkarounds$ByteOutput; maxDecodedSize CharInput `(Lcom/google/common/io/GwtWorkarounds$CharInput;)Lcom/google/common/io/GwtWorkarounds$ByteInput; padding &()Lcom/google/common/base/CharMatcher; omitPadding %()Lcom/google/common/io/BaseEncoding; #Ljavax/annotation/CheckReturnValue; withPadChar &(C)Lcom/google/common/io/BaseEncoding;
withSeparator 8(Ljava/lang/String;I)Lcom/google/common/io/BaseEncoding; upperCase lowerCase base64 base64Url base32 base32Hex base16
ignoringInput ?(Lcom/google/common/io/GwtWorkarounds$CharInput;Lcom/google/common/base/CharMatcher;)Lcom/google/common/io/GwtWorkarounds$CharInput; delegate /Lcom/google/common/io/GwtWorkarounds$CharInput; toIgnore $Lcom/google/common/base/CharMatcher; separatingOutput u(Lcom/google/common/io/GwtWorkarounds$CharOutput;Ljava/lang/String;I)Lcom/google/common/io/GwtWorkarounds$CharOutput; separator Ljava/lang/String; afterEveryChars
SourceFile BaseEncoding.java $Lcom/google/common/annotations/Beta; -Lcom/google/common/annotations/GwtCompatible; emulated P Q V Z!" ? ?#$% m ?&'( Q java/io/IOException java/lang/AssertionError P)*+,-./ #com/google/common/io/BaseEncoding$1 P0 #com/google/common/io/BaseEncoding$2 P1234 ? ? 3com/google/common/io/BaseEncoding$DecodingException "java/lang/IllegalArgumentException P5 ? ?6789: ? ? ?; ? ?<; ? ?9=>? #com/google/common/io/BaseEncoding$3 P@ #com/google/common/io/BaseEncoding$4 PA J K L K M K N K O K #com/google/common/io/BaseEncoding$5 PBCD #com/google/common/io/BaseEncoding$6 PE 6com/google/common/io/BaseEncoding$StandardBaseEncoding base64() @ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/FGH PI base64Url() @ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_ base32() ABCDEFGHIJKLMNOPQRSTUVWXYZ234567 base32Hex() 0123456789ABCDEFGHIJKLMNOPQRSTUV base16() 0123456789ABCDEF !com/google/common/io/BaseEncoding java/lang/Object 7com/google/common/io/BaseEncoding$SeparatedBaseEncoding *com/google/common/io/BaseEncoding$Alphabet .com/google/common/io/GwtWorkarounds$CharOutput .com/google/common/io/GwtWorkarounds$ByteOutput -com/google/common/io/GwtWorkarounds$ByteInput java/lang/CharSequence -com/google/common/io/GwtWorkarounds$CharInput $com/google/common/base/Preconditions checkNotNull &(Ljava/lang/Object;)Ljava/lang/Object; checkPositionIndexes (III)V #com/google/common/io/GwtWorkarounds stringBuilderOutput 3(I)Lcom/google/common/io/GwtWorkarounds$CharOutput; write (B)V close (Ljava/lang/Object;)V toString ()Ljava/lang/String; asCharOutput B(Ljava/io/Writer;)Lcom/google/common/io/GwtWorkarounds$CharOutput; asOutputStream H(Lcom/google/common/io/GwtWorkarounds$ByteOutput;)Ljava/io/OutputStream; K(Lcom/google/common/io/BaseEncoding;Lcom/google/common/io/OutputSupplier;)V E(Lcom/google/common/io/BaseEncoding;Lcom/google/common/io/CharSink;)V java/lang/System arraycopy *(Ljava/lang/Object;ILjava/lang/Object;II)V (Ljava/lang/Throwable;)V "com/google/common/base/CharMatcher trimTrailingFrom ,(Ljava/lang/CharSequence;)Ljava/lang/String; asCharInput I(Ljava/lang/CharSequence;)Lcom/google/common/io/GwtWorkarounds$CharInput; ()I read A(Ljava/io/Reader;)Lcom/google/common/io/GwtWorkarounds$CharInput;
asInputStream F(Lcom/google/common/io/GwtWorkarounds$ByteInput;)Ljava/io/InputStream; J(Lcom/google/common/io/BaseEncoding;Lcom/google/common/io/InputSupplier;)V G(Lcom/google/common/io/BaseEncoding;Lcom/google/common/io/CharSource;)V V(Lcom/google/common/io/GwtWorkarounds$CharInput;Lcom/google/common/base/CharMatcher;)V
checkArgument (Z)V F(ILjava/lang/String;Lcom/google/common/io/GwtWorkarounds$CharOutput;)V java/lang/Character valueOf (C)Ljava/lang/Character; <(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Character;)V! @ A J K L K M K N K O K P Q R / *? ? S ? T U K V W R C *+? ? +?? ? S ? T U K X Y V Z R X+? W`+?? *? ? :*? :6? +`3? ?????
? :? Y
? ?? ? C F S 2 ? ? ? ? ? ) ? 6 ? <