MCPcopy Create free account

hub / github.com/8enet/apkeditor / functions

Functions342 in github.com/8enet/apkeditor

↓ 52 callersMethodwriteInt
(int i)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/IntWriter.java:65
↓ 48 callersMethodwrite
(IntWriter writer)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/IAXMLSerialize.java:13
↓ 36 callersMethodreadInt
()
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/IntReader.java:53
↓ 35 callersMethodread
(IntReader reader)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/IAXMLSerialize.java:12
↓ 21 callersMethodgetName
()
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/BTXTNode.java:44
↓ 21 callersMethodputString
(String str)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/StringBlock.java:64
↓ 21 callersMethodtoCharset
Returns the given Charset or the default Charset if the given Charset is null. @param charset A charset or null. @return the given Charset
src/main/java/com/zzzmode/apkeditor/utils/Charsets.java:70
↓ 18 callersMethodsize
()
src/main/java/com/zzzmode/apkeditor/apksigner/SignApk.java:167
↓ 14 callersMethodgetSize
()
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/IAXMLSerialize.java:6
↓ 13 callersMethodcloseQuietly
Closes an <code>Reader</code> unconditionally. <p/> Equivalent to {@link Reader#close()}, except any exceptions will be ignored. This is typically use
src/main/java/com/zzzmode/apkeditor/utils/IOUtils.java:213
↓ 12 callersMethodadd
()
src/main/java/com/zzzmode/apkeditor/axmleditor/editor/PermissionEditor.java:121
↓ 12 callersMethodgetBytes
Calls {@link String#getBytes(Charset)} @param string The string to encode (if null, return null). @param charset The {@link Cha
src/main/java/com/zzzmode/apkeditor/utils/StringUtils.java:45
↓ 10 callersMethodencodeBase64
Encodes binary data using the base64 algorithm but does not chunk the output. @param binaryData binary data to encode @return byte[] conta
src/main/java/com/zzzmode/apkeditor/utils/Base64.java:555
↓ 9 callersMethodclose
()
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/IntWriter.java:26
↓ 9 callersMethodgetChildren
()
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/BXMLNode.java:50
↓ 9 callersMethodtoString
Returns a String useful for debugging (especially within a debugger.) @return a String useful for debugging.
src/main/java/com/zzzmode/apkeditor/utils/BaseNCodec.java:95
↓ 8 callersMethodaddString
(String str)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/StringBlock.java:72
↓ 8 callersMethodgetAttribute
()
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/BTagNode.java:151
↓ 7 callersMethodclose
Closes a URLConnection. @param conn the connection to close. @since 2.4
src/main/java/com/zzzmode/apkeditor/utils/IOUtils.java:184
↓ 7 callersMethodlength
()
src/main/java/com/zzzmode/apkeditor/axmleditor/utils/CSString.java:17
↓ 7 callersMethodprint
(String str)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/XMLVisitor.java:80
↓ 7 callersMethodsetString
(int index, String str)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/StringBlock.java:77
↓ 7 callersMethodwriteShort
(short s)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/IntWriter.java:55
↓ 6 callersMethodcreatBuffBytes
()
src/main/java/com/zzzmode/apkeditor/apksigner/ZipManager.java:468
↓ 6 callersMethodgetStringAt
(int index)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/XMLVisitor.java:84
↓ 6 callersMethodignore
( char c)
src/main/java/com/zzzmode/apkeditor/utils/HexEncoder.java:94
↓ 6 callersMethodprepare
()
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/BNSNode.java:42
↓ 5 callersMethodcharAt
(int index)
src/main/java/com/zzzmode/apkeditor/axmleditor/utils/CSString.java:21
↓ 5 callersMethodcopy
Copies bytes from an <code>InputStream</code> to an <code>OutputStream</code>. <p/> This method buffers the input internally, so there is no need to u
src/main/java/com/zzzmode/apkeditor/utils/IOUtils.java:1715
↓ 5 callersMethodcopyFile
(final File srcFile, final File destFile)
src/main/java/com/zzzmode/apkeditor/utils/FileUtils.java:26
↓ 5 callersMethodgetAttrStringForKey
@param key @return String mapping id
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/BTagNode.java:172
↓ 5 callersMethodgetStringBlock
()
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/AXMLDoc.java:32
↓ 5 callersMethodnewStringUtf8
Constructs a new <code>String</code> by decoding the specified array of bytes using the UTF-8 charset. @param bytes The bytes to be decode
src/main/java/com/zzzmode/apkeditor/utils/StringUtils.java:102
↓ 5 callersMethodprint
()
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/AXMLDoc.java:123
↓ 5 callersMethodreadIntArray
(int length)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/IntReader.java:85
↓ 5 callersMethodsetValue
TODO type >>> 16 = real type , so how to fix it @param type @param value
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/BTagNode.java:283
↓ 5 callersMethodtoBufferedReader
Returns the given reader if it is a {@link BufferedReader}, otherwise creates a BufferedReader from the given reader. @param reader the reader to wra
src/main/java/com/zzzmode/apkeditor/utils/IOUtils.java:506
↓ 4 callersMethodcheckTag
(int expect, int value)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/BXMLNode.java:20
↓ 4 callersMethodcontainsString
(String str)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/StringBlock.java:85
↓ 4 callersMethodensureBufferSize
Ensure that the buffer has room for <code>size</code> bytes @param size minimum spare space required @param context the context to be used @return th
src/main/java/com/zzzmode/apkeditor/utils/BaseNCodec.java:263
↓ 4 callersMethodgetStringFor
(int index)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/StringBlock.java:264
↓ 4 callersMethodhasChild
()
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/BXMLNode.java:46
↓ 4 callersMethodreadShort
()
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/IntReader.java:50
↓ 4 callersMethodremove
()
src/main/java/com/zzzmode/apkeditor/axmleditor/editor/PermissionEditor.java:127
↓ 4 callersMethodsetAttrStringForKey
(int key, int string_value)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/BTagNode.java:184
↓ 4 callersMethodsetAttribute
(Attribute attr)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/BTagNode.java:159
↓ 4 callersMethodtoString
()
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/StringBlock.java:393
↓ 3 callersMethodaccept
(IVisitor v)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/IVisitable.java:4
↓ 3 callersMethodcopyLarge
Copies bytes from a large (over 2GB) <code>InputStream</code> to an <code>OutputStream</code>. <p/> This method buffers the input internally, so there
src/main/java/com/zzzmode/apkeditor/utils/IOUtils.java:1759
↓ 3 callersMethodextraZipEntry
提取文件 @param file zip 文件 @param entryFiles zip 中文件相对路径 @param recFiles 提取输出文件路径
src/main/java/com/zzzmode/apkeditor/apksigner/ZipManager.java:127
↓ 3 callersMethodgetApplicationNode
()
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/AXMLDoc.java:56
↓ 3 callersMethodgetBytesUtf8
Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte array. @param string the Str
src/main/java/com/zzzmode/apkeditor/utils/StringUtils.java:67
↓ 3 callersMethodgetManifestNode
()
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/AXMLDoc.java:44
↓ 3 callersMethodgetResourceFile
(String resourceName)
src/test/java/com/zzzmode/apkeditor/TestUtils.java:10
↓ 3 callersMethodgetStringMapping
(String str)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/StringBlock.java:53
↓ 3 callersMethodparse
(InputStream is)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/AXMLDoc.java:128
↓ 3 callersMethodread
Reads characters from an input character stream. This implementation guarantees that it will read as many characters as possible before giving up; thi
src/main/java/com/zzzmode/apkeditor/utils/IOUtils.java:2492
↓ 3 callersMethodsetString
(int str)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/BTagNode.java:269
↓ 3 callersMethodsign
(String inputFilename, String outputFilename)
src/main/java/com/zzzmode/apkeditor/apksigner/SignApk.java:301
↓ 3 callersMethodskip
Skips bytes from an input byte stream. This implementation guarantees that it will read as many bytes as possible before giving up; this may not alway
src/main/java/com/zzzmode/apkeditor/utils/IOUtils.java:2303
↓ 3 callersMethodtoByteArray
Gets the contents of an <code>InputStream</code> as a <code>byte[]</code>. <p/> This method buffers the input internally, so there is no need to use a
src/main/java/com/zzzmode/apkeditor/utils/IOUtils.java:667
↓ 3 callersMethodvisit
(BNSNode node)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/IVisitor.java:4
↓ 2 callersMethodbuild
Prepare() should be called, if any resource has changes. @param os @throws IOException
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/AXMLDoc.java:76
↓ 2 callersMethodcommit
()
src/main/java/com/zzzmode/apkeditor/axmleditor/editor/XEditor.java:22
↓ 2 callersMethodcomplexToFloat
(int complex)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/XMLVisitor.java:142
↓ 2 callersMethoddBase64
(String data)
src/main/java/com/zzzmode/apkeditor/apksigner/SignApk.java:349
↓ 2 callersMethoddecode
Decodes an "encoded" Object and returns a "decoded" Object. Note that the implementation of this interface will try to cast the Object parameter to th
src/main/java/com/zzzmode/apkeditor/utils/Decoder.java:45
↓ 2 callersMethoddecodeBase64
Decodes a Base64 String into octets. <p> <b>Note:</b> this method seamlessly handles data encoded in URL-safe or normal mode. </p> @param base64Strin
src/main/java/com/zzzmode/apkeditor/utils/Base64.java:693
↓ 2 callersMethoddelFileInternal
(File file)
src/main/java/com/zzzmode/apkeditor/apksigner/ZipManager.java:101
↓ 2 callersMethoddeleteDir
(String file)
src/main/java/com/zzzmode/apkeditor/apksigner/ZipManager.java:77
↓ 2 callersMethoddirChecker
(String dir)
src/main/java/com/zzzmode/apkeditor/apksigner/ZipManager.java:69
↓ 2 callersMethodencode
Encodes an Object using the Base-N algorithm. This method is provided in order to satisfy the requirements of the Encoder interface, and will throw an
src/main/java/com/zzzmode/apkeditor/utils/BaseNCodec.java:328
↓ 2 callersMethodgetName
()
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/BTagNode.java:238
↓ 2 callersMethodgetPackage
(int id)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/XMLVisitor.java:133
↓ 2 callersMethodisAdd
()
src/main/java/com/zzzmode/apkeditor/axmleditor/editor/PermissionEditor.java:133
↓ 2 callersMethodisRemove
()
src/main/java/com/zzzmode/apkeditor/axmleditor/editor/PermissionEditor.java:137
↓ 2 callersMethodisWhiteSpace
Checks if a byte value is whitespace or not. Whitespace is taken to mean: space, tab, CR, LF @param byteToCheck the byte to check @return t
src/main/java/com/zzzmode/apkeditor/utils/BaseNCodec.java:306
↓ 2 callersMethodopenInputStream
(final File file)
src/main/java/com/zzzmode/apkeditor/utils/FileUtils.java:12
↓ 2 callersMethodprintAttribute
(BTagNode.Attribute[] attrs)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/XMLVisitor.java:61
↓ 2 callersMethodreadResults
Extracts buffered data into the provided byte[] array, starting at position bPos, up to a maximum of bAvail bytes. Returns how many bytes were actuall
src/main/java/com/zzzmode/apkeditor/utils/BaseNCodec.java:286
↓ 2 callersMethodrelease
()
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/AXMLDoc.java:161
↓ 2 callersMethodreset
(OutputStream stream,boolean bigEndian)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/IntWriter.java:16
↓ 2 callersMethodreset
(InputStream stream,boolean bigEndian)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/IntReader.java:18
↓ 2 callersMethodsetEditorInfo
(T editorInfo)
src/main/java/com/zzzmode/apkeditor/axmleditor/editor/BaseEditor.java:28
↓ 2 callersMethodskipFully
Skips the requested number of bytes or fail if there are not enough left. <p> This allows for the possibility that {@link InputStream#skip(long)} may
src/main/java/com/zzzmode/apkeditor/utils/IOUtils.java:2421
↓ 2 callersMethodtoCharArray
Gets the contents of an <code>InputStream</code> as a character array using the default character encoding of the platform. <p/> This method buffers t
src/main/java/com/zzzmode/apkeditor/utils/IOUtils.java:883
↓ 2 callersMethodverifyJar
(String jarName)
src/main/java/com/zzzmode/apkeditor/apksigner/SignApk.java:354
↓ 2 callersMethodwrite
(int b)
src/main/java/com/zzzmode/apkeditor/apksigner/SignApk.java:144
↓ 1 callersMethodaddChild
(BXMLNode node)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/BXMLNode.java:54
↓ 1 callersMethodaddDigestsToManifest
Add the hash(es) of every file to the manifest, creating it if necessary.
src/main/java/com/zzzmode/apkeditor/apksigner/SignApk.java:78
↓ 1 callersMethodavailable
Returns the amount of buffered data available for reading. @param context the context to be used @return The amount of buffered data available for re
src/main/java/com/zzzmode/apkeditor/utils/BaseNCodec.java:226
↓ 1 callersMethodcheckEndTag
(int tag)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/BNSNode.java:16
↓ 1 callersMethodcheckEndTag
(int tag)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/BTagNode.java:35
↓ 1 callersMethodcheckFileRequirements
(File src, File dest)
src/main/java/com/zzzmode/apkeditor/utils/FileUtils.java:86
↓ 1 callersMethodcheckStartTag
(int tag)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/BNSNode.java:12
↓ 1 callersMethodcheckStartTag
(int tag)
src/main/java/com/zzzmode/apkeditor/axmleditor/decode/BTagNode.java:31
↓ 1 callersMethodcontainsAlphabetOrPad
Tests a given byte array to see if it contains any characters within the alphabet or PAD. Intended for use in checking line-ending arrays @param arr
src/main/java/com/zzzmode/apkeditor/utils/BaseNCodec.java:510
↓ 1 callersMethodcopyFiles
Copy all the files in a manifest from input to output. We set the modification times in the output to a fixed time, so as to reduce variation in the
src/main/java/com/zzzmode/apkeditor/apksigner/SignApk.java:239
↓ 1 callersMethodcreate
()
src/main/java/com/zzzmode/apkeditor/ApkEditor.java:88
↓ 1 callersMethoddeleteFile
@param file
src/main/java/com/zzzmode/apkeditor/apksigner/ZipManager.java:85
next →1–100 of 342, ranked by callers