MCPcopy Create free account

hub / github.com/bboyairwreck/PieMessage / types & classes

Types & classes67 in github.com/bboyairwreck/PieMessage

ClassASCIIPropertyListParser
<p> Parser for ASCII property lists. Supports Apple OS X/iOS and GnuStep/NeXTSTEP format. This parser is based on the recursive descent paradigm, but
PieOSXClient/src/plist/ASCIIPropertyListParser.java:54
ClassASCIIPropertyListParser
<p> Parser for ASCII property lists. Supports Apple OS X/iOS and GnuStep/NeXTSTEP format. This parser is based on the recursive descent paradigm, but
JavaWebServer/src/plist/ASCIIPropertyListParser.java:58
ClassApplicationTest
<a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
PieMessage-Android/app/src/androidTest/java/com/ericchee/bboyairwreck/piemessage/ApplicationTest.java:9
ClassB64InputStream
A {@link com.dd.plist.Base64.B64InputStream} will read data from another <tt>java.io.InputStream</tt>, given in the constructor, and encode/decode to/
PieOSXClient/src/plist/Base64.java:1707
ClassB64InputStream
A {@link com.dd.plist.Base64.B64InputStream} will read data from another <tt>java.io.InputStream</tt>, given in the constructor, and encode/decode to/
JavaWebServer/src/plist/Base64.java:1707
ClassB64OutputStream
A {@link com.dd.plist.Base64.B64OutputStream} will write data to another <tt>java.io.OutputStream</tt>, given in the constructor, and encode/decode to
PieOSXClient/src/plist/Base64.java:1918
ClassB64OutputStream
A {@link com.dd.plist.Base64.B64OutputStream} will write data to another <tt>java.io.OutputStream</tt>, given in the constructor, and encode/decode to
JavaWebServer/src/plist/Base64.java:1918
ClassBase64
<p>Encodes and decodes to and from Base64 notation.</p> <p>Homepage: <a href="http://iharder.net/base64">http://iharder.net/base64</a>.</p> <p>Exampl
PieOSXClient/src/plist/Base64.java:174
ClassBase64
<p>Encodes and decodes to and from Base64 notation.</p> <p>Homepage: <a href="http://iharder.net/base64">http://iharder.net/base64</a>.</p> <p>Exampl
JavaWebServer/src/plist/Base64.java:174
ClassBinaryPropertyListParser
Parses property lists that are in Apple's binary format. Use this class when you are sure about the format of the property list. Otherwise use the Pro
PieOSXClient/src/plist/BinaryPropertyListParser.java:38
ClassBinaryPropertyListParser
Parses property lists that are in Apple's binary format. Use this class when you are sure about the format of the property list. Otherwise use the Pro
JavaWebServer/src/plist/BinaryPropertyListParser.java:38
ClassBinaryPropertyListWriter
A BinaryPropertyListWriter is a helper class for writing out binary property list files. It contains an output stream and various structures for keep
PieOSXClient/src/plist/BinaryPropertyListWriter.java:38
ClassBinaryPropertyListWriter
A BinaryPropertyListWriter is a helper class for writing out binary property list files. It contains an output stream and various structures for keep
JavaWebServer/src/plist/BinaryPropertyListWriter.java:43
InterfaceCallbacks
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ReceiveMessagesService.java:165
ClassChat
Created by echee on 12/16/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/Chat.java:8
ClassChatsActivity
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ChatsActivity.java:22
ClassChatsAdapter
Created by echee on 12/16/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ChatsAdapter.java:16
ClassClientSocketTask
Created by eric on 11/8/15. This class is unused. // TODO DELETE THIS
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ClientSocketTask.java:19
ClassClientThread
Created by eric on 11/10/15.
JavaWebServer/src/ClientThread.java:15
ClassConstants
Created by eric on 12/8/15.
PieOSXClient/src/Constants.java:9
ClassConstants
Created by eric on 12/8/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/Constants.java:6
EnumDeviceType
JavaWebServer/src/ClientThread.java:211
ClassExampleUnitTest
To work on unit tests, switch the Test Artifact in the Build Variants view.
PieMessage-Android/app/src/test/java/com/ericchee/bboyairwreck/socketwebclient/ExampleUnitTest.java:10
ClassIncomingMessagesListener
Created by echee on 11/20/15.
PieOSXClient/src/IncomingMessagesListener.java:13
ClassLocalBinder
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ReceiveMessagesService.java:149
ClassMainActivity
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MainActivity.java:13
ClassMessage
Created by eric on 11/13/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/Message.java:6
ClassMessageActivity
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageActivity.java:32
EnumMessageStatus
Created by eric on 11/18/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageStatus.java:6
EnumMessageType
Created by eric on 11/13/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessageType.java:6
ClassMessagesAdapter
Created by eric on 11/13/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/MessagesAdapter.java:17
ClassNSArray
Represents an Array. @author Daniel Dreibrodt
PieOSXClient/src/plist/NSArray.java:34
ClassNSArray
Represents an Array. @author Daniel Dreibrodt
JavaWebServer/src/plist/NSArray.java:34
ClassNSData
NSData objects are wrappers for byte buffers. @author Daniel Dreibrodt
PieOSXClient/src/plist/NSData.java:37
ClassNSData
NSData objects are wrappers for byte buffers. @author Daniel Dreibrodt
JavaWebServer/src/plist/NSData.java:37
ClassNSDate
Represents a date. @author Daniel Dreibrodt
PieOSXClient/src/plist/NSDate.java:37
ClassNSDate
Represents a date. @author Daniel Dreibrodt
JavaWebServer/src/plist/NSDate.java:37
ClassNSDictionary
A NSDictionary is a collection of keys and values, essentially a Hashtable. The keys are simple Strings whereas the values can be any kind of NSObject
PieOSXClient/src/plist/NSDictionary.java:41
ClassNSDictionary
A NSDictionary is a collection of keys and values, essentially a Hashtable. The keys are simple Strings whereas the values can be any kind of NSObject
JavaWebServer/src/plist/NSDictionary.java:47
ClassNSNumber
A number whose value is either an integer, a real number or boolean. @author Daniel Dreibrodt
PieOSXClient/src/plist/NSNumber.java:33
ClassNSNumber
A number whose value is either an integer, a real number or boolean. @author Daniel Dreibrodt
JavaWebServer/src/plist/NSNumber.java:33
ClassNSObject
Abstract interface for any object contained in a property list. The names and functions of the various objects orient themselves towards Apple's Cocoa
PieOSXClient/src/plist/NSObject.java:37
ClassNSObject
Abstract interface for any object contained in a property list. The names and functions of the various objects orient themselves towards Apple's Cocoa
JavaWebServer/src/plist/NSObject.java:37
ClassNSSet
A set is an interface to an unordered collection of objects. This implementation uses a <code>LinkedHashSet</code> or <code>TreeSet</code>as the under
PieOSXClient/src/plist/NSSet.java:37
ClassNSSet
A set is an interface to an unordered collection of objects. This implementation uses a <code>LinkedHashSet</code> or <code>TreeSet</code>as the under
JavaWebServer/src/plist/NSSet.java:37
ClassNSString
A NSString contains a string. @author Daniel Dreibrodt
PieOSXClient/src/plist/NSString.java:37
ClassNSString
A NSString contains a string. @author Daniel Dreibrodt
JavaWebServer/src/plist/NSString.java:37
ClassOSXIncomingMessageThread
Created by eric on 11/26/15.
PieOSXClient/src/OSXIncomingMessageThread.java:17
ClassOSXOutgoingMessageThread
Created by eric on 11/24/15.
PieOSXClient/src/OSXOutgoingMessageThread.java:13
ClassOutgoingSQLiteChecker
Created by eric on 11/20/15.
PieOSXClient/src/OutgoingSQLiteChecker.java:10
ClassPieMessageApplication
Created by eric on 11/27/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieMessageApplication.java:14
ClassPieOSXClient
Created by eric on 11/17/15.
PieOSXClient/src/PieOSXClient.java:12
ClassPiePreferenceActivity
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PiePreferenceActivity.java:14
ClassPiePreferenceFragment
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PiePreferenceActivity.java:22
ClassPieSQLiteOpenHelper
Created by eric on 12/10/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/PieSQLiteOpenHelper.java:22
ClassPropertyListFormatException
A PropertyListFormatException is thrown by the various property list format parsers when an error in the format of the given property list is encounte
PieOSXClient/src/plist/PropertyListFormatException.java:31
ClassPropertyListFormatException
A PropertyListFormatException is thrown by the various property list format parsers when an error in the format of the given property list is encounte
JavaWebServer/src/plist/PropertyListFormatException.java:31
ClassPropertyListParser
This class provides methods to parse property lists. It can handle files, input streams and byte arrays. All known property list formats are supported
PieOSXClient/src/plist/PropertyListParser.java:39
ClassPropertyListParser
This class provides methods to parse property lists. It can handle files, input streams and byte arrays. All known property list formats are supported
JavaWebServer/src/plist/PropertyListParser.java:46
ClassReceiveMessagesService
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/ReceiveMessagesService.java:31
ClassResetStatus
PieOSXClient/src/OSXIncomingMessageThread.java:117
ClassSendMessageTask
Created by eric on 11/18/15.
PieMessage-Android/app/src/main/java/com/ericchee/bboyairwreck/piemessage/SendMessageTask.java:20
ClassServer
Created by eric on 11/7/15.
JavaWebServer/src/Server.java:15
ClassUID
A UID. Only found in binary property lists that are keyed archives. @author Daniel Dreibrodt
PieOSXClient/src/plist/UID.java:32
ClassUID
A UID. Only found in binary property lists that are keyed archives. @author Daniel Dreibrodt
JavaWebServer/src/plist/UID.java:32
ClassXMLPropertyListParser
Parses XML property lists. @author Daniel Dreibrodt
PieOSXClient/src/plist/XMLPropertyListParser.java:46
ClassXMLPropertyListParser
Parses XML property lists. @author Daniel Dreibrodt
JavaWebServer/src/plist/XMLPropertyListParser.java:46