MCPcopy Create free account

hub / github.com/LeonXtp/YModemForAndroid / types & classes

Types & classes17 in github.com/LeonXtp/YModemForAndroid

ClassBuilder
library/src/main/java/com/leonxtp/library/YModem.java:338
ClassCRC16
Uses table for irreducible polynomial: 1 + x^2 + x^15 + x^16
library/src/main/java/com/leonxtp/library/CRC16.java:7
InterfaceDataRaderListener
library/src/main/java/com/leonxtp/library/FileStreamThread.java:130
ClassExampleInstrumentedTest
Instrumentation test, which will execute on an Android device. @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
library/src/androidTest/java/com/leonxtp/library/ExampleInstrumentedTest.java:17
ClassExampleInstrumentedTest
Instrumentation test, which will execute on an Android device. @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
app/src/androidTest/java/com/leonxtp/ymodemble/ExampleInstrumentedTest.java:17
ClassExampleUnitTest
Example local unit test, which will execute on the development machine (host). @see <a href="http://d.android.com/tools/testing">Testing documentatio
library/src/test/java/com/leonxtp/library/ExampleUnitTest.java:12
ClassExampleUnitTest
Example local unit test, which will execute on the development machine (host). @see <a href="http://d.android.com/tools/testing">Testing documentatio
app/src/test/java/com/leonxtp/ymodemble/ExampleUnitTest.java:12
ClassFileStreamThread
Thread for reading input Stream and encapsulating into a ymodem package <p> Created by leonxtp on 2017/9/16. Modified by leonxtp on 2017/9/16
library/src/main/java/com/leonxtp/library/FileStreamThread.java:16
InterfaceITimeOut
library/src/main/java/com/leonxtp/library/TimeOutHelper.java:42
ClassInputStreamSource
Get InputStream from different source, files from sd card/assets supported. <p> Created by leonxtp on 2017/9/17. Modified by leonxtp on 2017/9/17
library/src/main/java/com/leonxtp/library/InputStreamSource.java:17
ClassL
library/src/main/java/com/leonxtp/library/L.java:5
ClassMainActivity
app/src/main/java/com/leonxtp/ymodemble/MainActivity.java:10
EnumSourceScheme
Thanks to Universal-Image-Loader: https://github.com/nostra13/Android-Universal-Image-Loader/blob/master/library/src/main/java/com/nostra13/universali
library/src/main/java/com/leonxtp/library/SourceScheme.java:9
ClassTimeOutHelper
A timer util for counting the time past after we sent a package to the terminal <p> Created by leonxtp on 2017/9/17. Modified by leonxtp on 2017/9/17
library/src/main/java/com/leonxtp/library/TimeOutHelper.java:12
ClassYModem
THE YMODEM: SENDER: ANDROID APP ------------------------------------------ RECEIVER: BLE DEVICE HELLO BOOTLOADER -----------------------------------
library/src/main/java/com/leonxtp/library/YModem.java:33
InterfaceYModemListener
Listener of the transmission process
library/src/main/java/com/leonxtp/library/YModemListener.java:6
ClassYModemUtil
Util for encapsulating data package of ymodem protocol <p> Created by leonxtp on 2017/9/16. Modified by leonxtp on 2017/9/16
library/src/main/java/com/leonxtp/library/YModemUtil.java:18