All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.theoryinpractise.halbuilder.api.RepresentationReader Maven / Gradle / Ivy

The newest version!
package com.theoryinpractise.halbuilder.api;

import java.io.Reader;

public interface RepresentationReader {

  ContentRepresentation read(Reader source);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy