Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
1c2865f5fbc98f697a7e466f8adfa98b76bb8f0b
/
java
/
src
/
com
/
tightvnc
/
rfbplayer
/
FbsConnection.java
1c2865f
[Development] Added two methods to open FBS files, with and without index-driven seeking. The method that uses index data is not functional yet. Improved error handling.
by Constantin Kaplinsky
· 17 years ago
38f044f
[Development] Print FBS entry point information when efficient seeking via index files may be used. Efficient seeking itself is not implemented yet.
by Constantin Kaplinsky
· 17 years ago
5ba167a
[Cleanup] Renamed member variable idx to indexData.
by Constantin Kaplinsky
· 17 years ago
be68e7f
[Bugfix] Saving actual numbers of records read from the .fbi file.
by Constantin Kaplinsky
· 17 years ago
b0f71f0
[Cleanups] Removed unused import and used better syntactic form for array declaration.
by Constantin Kaplinsky
· 17 years ago
f338d2c
[Bugfixes, enhancements] Fixed various bugs with loading index from .fbi file, significantly improved error handling. Now the index data is kept as a usual array of FbsEntryPoint records, Vector is not used any more.
by Constantin Kaplinsky
· 17 years ago
ade425a
[Development] Loading index data from the .fbi file.
by Constantin Kaplinsky
· 17 years ago
5f1f886
[Development] Added support for new "Index" parameter which sets URL prefix of .fbi and .fbk index files. Reading .fbi index file, without actually using its data.
by Constantin Kaplinsky
· 17 years ago
2859fdc
[Refactoring] Created new FbsConnection class to manage connections to FBS and index files. Index files are not used yet.
by Constantin Kaplinsky
· 17 years ago