- Making http requests using okhttp
- getContentResolver (Context)
- scheduleAtFixedRate (Timer)
- scheduleAtFixedRate (ScheduledExecutorService)
- FileOutputStream (java.io)
An output stream that writes bytes to a file. If the output file exists, it can
be replaced or appen
- IOException (java.io)
Signals a general, I/O-related error. Error details may be specified when
calling the constructor, a
- URLEncoder (java.net)
This class is used to encode a string using the format required by
application/x-www-form-urlencoded
- BitSet (java.util)
The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array].
Each element is eit
- Cipher (javax.crypto)
This class provides access to implementations of cryptographic ciphers for
encryption and decryption
- Base64 (org.apache.commons.codec.binary)
Provides Base64 encoding and decoding as defined by RFC 2045.This class
implements section 6.8. Base
- Top plugins for WebStorm