google-nomulus/java/google/registry/config
guyben 6ff48b7dae Simplify the Ghostryde API
First step of RDE encoding refactoring.

Creates a single InputStream (OutputStream) to decode (encode) Ghostryde files.
This replaces the 3 InputStreams (OutputStreams) that were needed before.

Also removes a lot of classes, and removes the "injection" of the Ghostryde
class. It's an encoding, there's no point in injecting it.

Finally, removed the buffer-size configuration and replaced with a static final
const value. It's just a buffer size - it doesn't actually affect much. There
are much more "important" fields that weren't configured (such as the
compression algorithm and whether or not to do integrity checks)

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=202319102
2018-06-27 15:28:53 -04:00
..
files Redirect Registrar.referralUrl UI actions to url field 2018-05-17 21:52:35 -04:00
BUILD Improve internal build system speed 2018-06-27 15:28:52 -04:00
ConfigUtils.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RdapNoticeDescriptor.java Format some imports using fix_imports.py 2017-10-24 16:53:47 -04:00
RegistryConfig.java Simplify the Ghostryde API 2018-06-27 15:28:53 -04:00
RegistryConfigSettings.java Make the async delete delay configurable in YAML config files 2018-03-06 19:06:52 -05:00
RegistryEnvironment.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
YamlUtils.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00