Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
scijava
/
scijava-common
Public
Notifications
You must be signed in to change notification settings
Fork
53
Star
93
Code
Issues
170
Pull requests
16
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
scijava-common
src
on
download-compressed
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 20, 2017
WIP: add support for unpacking compressed files
Show description for 44041ec
ctrueden
committed
44041ec
View commit details
Copy full SHA for 44041ec
View code at this point
Browse repository at this point
Update DefaultConverter javadoc to list supported conversions
awalter17
authored and
ctrueden
committed
556c6b2
View commit details
Copy full SHA for 556c6b2
View code at this point
Browse repository at this point
Remove unnecessary code from DefaultConverter
Show description for 30291c5
awalter17
authored and
ctrueden
committed
30291c5
View commit details
Copy full SHA for 30291c5
View code at this point
Browse repository at this point
Fix typos in ConvertServiceTest
awalter17
authored and
ctrueden
committed
2574a4e
View commit details
Copy full SHA for 2574a4e
View code at this point
Browse repository at this point
Add tests for ConvertService matching
awalter17
authored and
ctrueden
committed
ce7f98a
View commit details
Copy full SHA for ce7f98a
View code at this point
Browse repository at this point
Fix NullConverter to match for both null src and dest
Show description for 1a4b024
awalter17
authored and
ctrueden
committed
1a4b024
View commit details
Copy full SHA for 1a4b024
View code at this point
Browse repository at this point
Switch CastingConverter priority to extremely high
awalter17
authored and
ctrueden
committed
b917b21
View commit details
Copy full SHA for b917b21
View code at this point
Browse repository at this point
Fix NullConverter javadoc
awalter17
authored and
ctrueden
committed
fc76d53
View commit details
Copy full SHA for fc76d53
View code at this point
Browse repository at this point
Switch DefaultConverter priority to extremely low
awalter17
authored and
ctrueden
committed
3f2a5cb
View commit details
Copy full SHA for 3f2a5cb
View code at this point
Browse repository at this point
Improve the Priority constants
Show description for d9e7fd0
ctrueden
committed
d9e7fd0
View commit details
Copy full SHA for d9e7fd0
View code at this point
Browse repository at this point
FileUtils: use try-with-resources
ctrueden
committed
68aedd9
View commit details
Copy full SHA for 68aedd9
View code at this point
Browse repository at this point
DownloadService: add the ability to cache the data
ctrueden
committed
08bbe72
View commit details
Copy full SHA for 08bbe72
View code at this point
Browse repository at this point
Add a DownloadService to manage remote downloads
ctrueden
committed
71ef6d9
View commit details
Copy full SHA for 71ef6d9
View code at this point
Browse repository at this point
DataHandle: return length -1 when non-existent
Show description for 63cf9dc
ctrueden
committed
63cf9dc
View commit details
Copy full SHA for 63cf9dc
View code at this point
Browse repository at this point
DataHandle: add lastModified() and checksum()
Show description for f0a30f1
ctrueden
committed
f0a30f1
View commit details
Copy full SHA for f0a30f1
View code at this point
Browse repository at this point
DataHandle: add exists() method
ctrueden
committed
c59b3b0
View commit details
Copy full SHA for c59b3b0
View code at this point
Browse repository at this point
ByteBank: add toByteArray methods
Show description for 5e90165
ctrueden
committed
5e90165
View commit details
Copy full SHA for 5e90165
View code at this point
Browse repository at this point
DummyHandle: remove unneeded throws clauses
Show description for bb8f791
ctrueden
committed
bb8f791
View commit details
Copy full SHA for bb8f791
View code at this point
Browse repository at this point
DataHandle: move metadata query methods to the top
Show description for 486fce3
ctrueden
committed
486fce3
View commit details
Copy full SHA for 486fce3
View code at this point
Browse repository at this point
Add a TaskService to create & manage running tasks
ctrueden
committed
b484990
View commit details
Copy full SHA for b484990
View code at this point
Browse repository at this point
Make the ByteBank consistent
Show description for 598af21
ctrueden
committed
598af21
View commit details
Copy full SHA for 598af21
View code at this point
Browse repository at this point
DummyLocation: organize imports
ctrueden
committed
6844914
View commit details
Copy full SHA for 6844914
View code at this point
Browse repository at this point
Update copyright and license headers
Show description for 72a7e37
ctrueden
committed
72a7e37
View commit details
Copy full SHA for 72a7e37
View code at this point
Browse repository at this point
Merge pull request #280 from scijava/bytebank-tests
Show description for 96a8dd5
ctrueden
authored
96a8dd5
View commit details
Copy full SHA for 96a8dd5
View code at this point
Browse repository at this point
Make input widgets call the right supports method
Show description for fde1871
ctrueden
committed
fde1871
View commit details
Copy full SHA for fde1871
View code at this point
Browse repository at this point
Typed: do runtime type checking in default method
Show description for 133142a
ctrueden
committed
133142a
View commit details
Copy full SHA for 133142a
View code at this point
Browse repository at this point
Commits on Jul 18, 2017
ByteBank: add appendBytes method with offset
Gabriel Einsdorf
committed
66af2f6
View commit details
Copy full SHA for 66af2f6
View code at this point
Browse repository at this point
Add tests for ByteBank and fix uncovered Bugs
Gabriel Einsdorf
committed
09a59bc
View commit details
Copy full SHA for 09a59bc
View code at this point
Browse repository at this point
Commits on Jul 13, 2017
Add RemoteLocation interface and abstract class
Show description for 27657ae
Gabriel Einsdorf
committed
27657ae
View commit details
Copy full SHA for 27657ae
View code at this point
Browse repository at this point
Commits on Jul 11, 2017
Location: improve javadoc of getName() method
ctrueden
committed
6c7aab8
View commit details
Copy full SHA for 6c7aab8
View code at this point
Browse repository at this point
Commits on Jul 10, 2017
ByteBufferByteBank: test support for read-only
ctrueden
committed
969cf3a
View commit details
Copy full SHA for 969cf3a
View code at this point
Browse repository at this point
Add support for read-only and write-only handles
Show description for 966c71c
Gabriel Einsdorf
authored and
ctrueden
committed
966c71c
View commit details
Copy full SHA for 966c71c
View code at this point
Browse repository at this point
Add unit tests for BytesHandle
ctrueden
committed
11df0fd
View commit details
Copy full SHA for 11df0fd
View code at this point
Browse repository at this point
Add BytesHandle for working with BytesLocations
ctrueden
committed
433849c
View commit details
Copy full SHA for 433849c
View code at this point
Browse repository at this point
BytesLocation: use ByteBank for backing bytes
Show description for b459699
ctrueden
committed
b459699
View commit details
Copy full SHA for b459699
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.