1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
JUCE/modules/juce_core/native
reuk 0238561156
AndroidDocument: Make input stream more robust
Previously, input streams created by AndroidDocument instances did not
implement setPosition, so they were not useful for reading some file
formats, such as WAV.

Due to limitations of the Java InputStream interface, seeking backwards
in a stream requires creating a whole new stream and seeking from the
beginning, so it could be quite slow.
2022-08-04 22:51:16 +01:00
..
java Update copyright banners 2022-04-04 12:36:32 +01:00
javacore Update copyright banners 2022-04-04 12:36:32 +01:00
juce_android_AndroidDocument.cpp AndroidDocument: Make input stream more robust 2022-08-04 22:51:16 +01:00
juce_android_Files.cpp AndroidDocument: Make input stream more robust 2022-08-04 22:51:16 +01:00
juce_android_JNIHelpers.cpp InAppPurchases: Add generated bytecode for Android implementation 2022-07-29 18:54:50 +01:00
juce_android_JNIHelpers.h InAppPurchases: Add generated bytecode for Android implementation 2022-07-29 18:54:50 +01:00
juce_android_Misc.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_android_Network.cpp AndroidDocument: Make input stream more robust 2022-08-04 22:51:16 +01:00
juce_android_RuntimePermissions.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_android_SystemStats.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_android_Threads.cpp InAppPurchases: Add generated bytecode for Android implementation 2022-07-29 18:54:50 +01:00
juce_BasicNativeHeaders.h Mac Catalyst: Fix compilation issues 2022-08-02 10:00:12 +01:00
juce_curl_Network.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_intel_SharedCode.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_linux_CommonFile.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_linux_Files.cpp Linux: Fix retrieving SpecialLocationType::currentApplicationFile 2022-08-03 13:06:55 +00:00
juce_linux_Network.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_linux_SystemStats.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_linux_Threads.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_mac_CFHelpers.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_mac_Files.mm macOS/iOS: Fix unguarded availability warnings 2022-04-26 15:37:03 +01:00
juce_mac_Network.mm macOS/iOS: Fix unguarded availability warnings 2022-04-26 15:37:03 +01:00
juce_mac_ObjCHelpers.h ObjC: Add scoped notification observer 2022-07-29 18:54:50 +01:00
juce_mac_Strings.mm Update copyright banners 2022-04-04 12:36:32 +01:00
juce_mac_SystemStats.mm Update copyright banners 2022-04-04 12:36:32 +01:00
juce_mac_Threads.mm Update copyright banners 2022-04-04 12:36:32 +01:00
juce_posix_IPAddress.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_posix_NamedPipe.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_posix_SharedCode.h Mac Catalyst: Fix compilation issues 2022-08-02 10:00:12 +01:00
juce_wasm_SystemStats.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_win32_ComSmartPtr.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_win32_Files.cpp File: Add hasReadAccess() 2022-05-23 13:09:23 +01:00
juce_win32_Network.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_win32_Registry.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_win32_SystemStats.cpp SystemStats: Correctly report Windows 11 2022-08-02 14:58:31 +00:00
juce_win32_Threads.cpp Warnings: Fix missing-prototypes warnings 2022-04-22 14:18:48 +01:00