logger.debug( "Writing resolution tracking file " + file );
props.store( stream, "NOTE: This is an internal implementation file"
+ ", its format can be changed without prior notice." );
raf.seek( 0 );
raf.write( stream.toByteArray() );
raf.setLength( raf.getFilePointer() );
}
catch ( IOException e )
{
logger.warn( "Failed to write resolution tracking file " + file, e );